Html Css Color HEX #CE0F96 Medium Violet Red

📋 copy color: '#CE0F96'

red 206 ◦ green 15 ◦ blue 150

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

Shades of Medium Violet Red #CE0F96

Tints of Medium Violet Red #CE0F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.43%

R = 55.53%
G = 4.04%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE0F96 (or 0xCE0F96) is known color: Medium Violet Red. HEX triplet: CE, 0F and 96. RGB value is (206,15,150). Sum of RGB (Red+Green+Blue) = 206+15+150=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0F96 is #31F069. Grayscale: #575757. Windows color (decimal): -3272810 or 9834446. OLE color: 9834446.

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

Color convert

RGB 206 15 150 -
CMYK 0 0.93 0.27 0.19
HSL 317.59º 0.86% 0.43% -
HSV(B) 317.59º 0.93% 0.81% -
XYZ 31.13 15.67 30.24 -
YUV 87.5 163.28 212.52 -
System Red Green Blue C M Y K H S L
Decimal 206 15 150 0 0.93 0.27 0.19 317.59 0.86 0.43
Hex CE F 96 0 5D 1B 13 13E 56 2B
Octal 316 17 226 0 135 33 23 476 126 53
Binary 11001110 1111 10010110 0 1011101 11011 10011 100111110 1010110 101011

Color Harmonies of #CE0F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F96

Black with #CE0F96

Text Example


Text Example

White with #CE0F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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