Html Css Color HEX #CF0E96 Medium Violet Red

📋 copy color: '#CF0E96'

red 207 ◦ green 14 ◦ blue 150

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

Shades of Medium Violet Red #CF0E96

Tints of Medium Violet Red #CF0E96

RGB

 RED value IS 207 (81.25% from 255) = 55.8%

 GREEN value IS 14 (5.86% from 255) = 3.77%

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

R = 55.8%
G = 3.77%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF0E96 (or 0xCF0E96) is known color: Medium Violet Red. HEX triplet: CF, 0E and 96. RGB value is (207,14,150). Sum of RGB (Red+Green+Blue) = 207+14+150=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0E96 is #30F169. Grayscale: #565656. Windows color (decimal): -3207530 or 9834191. OLE color: 9834191.

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

Color convert

RGB 207 14 150 -
CMYK 0 0.93 0.28 0.19
HSL 317.72º 0.87% 0.43% -
HSV(B) 317.72º 0.93% 0.81% -
XYZ 31.39 15.78 30.25 -
YUV 87.21 163.44 213.44 -
System Red Green Blue C M Y K H S L
Decimal 207 14 150 0 0.93 0.28 0.19 317.72 0.87 0.43
Hex CF E 96 0 5D 1C 13 13E 57 2B
Octal 317 16 226 0 135 34 23 476 127 53
Binary 11001111 1110 10010110 0 1011101 11100 10011 100111110 1010111 101011

Color Harmonies of #CF0E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0E96

Black with #CF0E96

Text Example


Text Example

White with #CF0E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0E96; }

 p { color: rgb(207,14,150); }

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

background-color css

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

 a { background-color: rgb(207,14,150); }

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

border-color css

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

 span { border-color: rgb(207,14,150); }

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