Html Css Color HEX #CE2079 Medium Violet Red

📋 copy color: '#CE2079'

red 206 ◦ green 32 ◦ blue 121

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

Shades of Medium Violet Red #CE2079

Tints of Medium Violet Red #CE2079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 57.38%
G = 8.91%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE2079 (or 0xCE2079) is known color: Medium Violet Red. HEX triplet: CE, 20 and 79. RGB value is (206,32,121). Sum of RGB (Red+Green+Blue) = 206+32+121=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2079 is #31DF86. Grayscale: #5D5D5D. Windows color (decimal): -3268487 or 7938254. OLE color: 7938254.

HSL color Cylindrical-coordinate representation of color #CE2079: hue angle of 329.31º 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 #CE2079 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 121 -
CMYK 0 0.84 0.41 0.19
HSL 329.31º 0.73% 0.47% -
HSV(B) 329.31º 0.84% 0.81% -
XYZ 29.42 15.54 19.54 -
YUV 94.17 143.15 207.76 -
System Red Green Blue C M Y K H S L
Decimal 206 32 121 0 0.84 0.41 0.19 329.31 0.73 0.47
Hex CE 20 79 0 54 29 13 149 49 2F
Octal 316 40 171 0 124 51 23 511 111 57
Binary 11001110 100000 1111001 0 1010100 101001 10011 101001001 1001001 101111

Color Harmonies of #CE2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2079

Black with #CE2079

Text Example


Text Example

White with #CE2079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2079; }

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

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

background-color css

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

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

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

border-color css

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

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

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