Html Css Color HEX #CE0F78 Medium Violet Red

📋 copy color: '#CE0F78'

red 206 ◦ green 15 ◦ blue 120

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

Shades of Medium Violet Red #CE0F78

Tints of Medium Violet Red #CE0F78

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.4%

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 60.41%
G = 4.4%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE0F78 (or 0xCE0F78) is known color: Medium Violet Red. HEX triplet: CE, 0F and 78. RGB value is (206,15,120). Sum of RGB (Red+Green+Blue) = 206+15+120=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0F78 is #31F087. Grayscale: #535353. Windows color (decimal): -3272840 or 7868366. OLE color: 7868366.

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

Color convert

RGB 206 15 120 -
CMYK 0 0.93 0.42 0.19
HSL 327.02º 0.86% 0.43% -
HSV(B) 327.02º 0.93% 0.81% -
XYZ 29.01 14.82 19.1 -
YUV 84.08 148.28 214.96 -
System Red Green Blue C M Y K H S L
Decimal 206 15 120 0 0.93 0.42 0.19 327.02 0.86 0.43
Hex CE F 78 0 5D 2A 13 147 56 2B
Octal 316 17 170 0 135 52 23 507 126 53
Binary 11001110 1111 1111000 0 1011101 101010 10011 101000111 1010110 101011

Color Harmonies of #CE0F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F78

Black with #CE0F78

Text Example


Text Example

White with #CE0F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F78; }

 p { color: rgb(206,15,120); }

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

background-color css

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

 a { background-color: rgb(206,15,120); }

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

border-color css

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

 span { border-color: rgb(206,15,120); }

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