Html Css Color HEX #CF0996 Medium Violet Red

📋 copy color: '#CF0996'

red 207 ◦ green 9 ◦ blue 150

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

Shades of Medium Violet Red #CF0996

Tints of Medium Violet Red #CF0996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.46%

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

R = 56.56%
G = 2.46%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF0996 (or 0xCF0996) is known color: Medium Violet Red. HEX triplet: CF, 09 and 96. RGB value is (207,9,150). Sum of RGB (Red+Green+Blue) = 207+9+150=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0996 is #30F669. Grayscale: #535353. Windows color (decimal): -3208810 or 9832911. OLE color: 9832911.

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

Color convert

RGB 207 9 150 -
CMYK 0 0.96 0.28 0.19
HSL 317.27º 0.92% 0.42% -
HSV(B) 317.27º 0.96% 0.81% -
XYZ 31.33 15.66 30.23 -
YUV 84.28 165.1 215.54 -
System Red Green Blue C M Y K H S L
Decimal 207 9 150 0 0.96 0.28 0.19 317.27 0.92 0.42
Hex CF 9 96 0 60 1C 13 13D 5C 2A
Octal 317 11 226 0 140 34 23 475 134 52
Binary 11001111 1001 10010110 0 1100000 11100 10011 100111101 1011100 101010

Color Harmonies of #CF0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0996

Black with #CF0996

Text Example


Text Example

White with #CF0996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0996; }

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

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

background-color css

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

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

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

border-color css

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

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

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