Html Css Color HEX #CE2077 Medium Violet Red

📋 copy color: '#CE2077'

red 206 ◦ green 32 ◦ blue 119

#CE2077
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CE2077

Tints of Medium Violet Red #CE2077

RGB

 RED value IS 206 (80.86% from 255) = 57.7%

 GREEN value IS 32 (12.89% from 255) = 8.96%

 BLUE value IS 119 (46.88% from 255) = 33.33%

R = 57.7%
G = 8.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE2077 (or 0xCE2077) is known color: Medium Violet Red. HEX triplet: CE, 20 and 77. RGB value is (206,32,119). Sum of RGB (Red+Green+Blue) = 206+32+119=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2077 is #31DF88. Grayscale: #5D5D5D. Windows color (decimal): -3268489 or 7807182. OLE color: 7807182.

HSL color Cylindrical-coordinate representation of color #CE2077: hue angle of 330º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2077 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 119 -
CMYK 0 0.84 0.42 0.19
HSL 330º 0.73% 0.47% -
HSV(B) 330º 0.84% 0.81% -
XYZ 29.3 15.49 18.9 -
YUV 93.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 206 32 119 0 0.84 0.42 0.19 330 0.73 0.47
Hex CE 20 77 0 54 2A 13 14A 49 2F
Octal 316 40 167 0 124 52 23 512 111 57
Binary 11001110 100000 1110111 0 1010100 101010 10011 101001010 1001001 101111

Color Harmonies of #CE2077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2077

Black with #CE2077

Text Example


Text Example

White with #CE2077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2077; }

 p { color: rgb(206,32,119); }

 H1.HeaderClassName
 {
   color: #CE2077;
 }
 .AnyTagClassName
 {
   color: #CE2077;
 }
</style>

background-color css

<style>
 a { background-color: #CE2077; }

 a { background-color: rgb(206,32,119); }

 div.DivClassName
 {
   background-color: #CE2077;
 }
 .BgClassName
 {
   background-color: #CE2077;
 }
</style>

border-color css

<style>
 span { border-color: #CE2077; }

 span { border-color: rgb(206,32,119); }

 td.TdClassName
 {
   border-color: #CE2077;
 }
 .TagClassName
 {
   border-color: #CE2077;
 }
</style>