Html Css Color HEX #CF0096 Medium Violet Red

📋 copy color: '#CF0096'

red 207 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #CF0096

Tints of Medium Violet Red #CF0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.98%
G = 0%
B = 42.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF0096 (or 0xCF0096) is known color: Medium Violet Red. HEX triplet: CF, 00 and 96. RGB value is (207,0,150). Sum of RGB (Red+Green+Blue) = 207+0+150=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0096 is #30FF69. Grayscale: #4E4E4E. Windows color (decimal): -3211114 or 9830607. OLE color: 9830607.

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

Color convert

RGB 207 0 150 -
CMYK 0 1 0.28 0.19
HSL 316.52º 1% 0.41% -
HSV(B) 316.52º 1% 0.81% -
XYZ 31.24 15.47 30.19 -
YUV 78.99 168.08 219.3 -
System Red Green Blue C M Y K H S L
Decimal 207 0 150 0 1 0.28 0.19 316.52 1 0.41
Hex CF 0 96 0 64 1C 13 13D 64 29
Octal 317 0 226 0 144 34 23 475 144 51
Binary 11001111 0 10010110 0 1100100 11100 10011 100111101 1100100 101001

Color Harmonies of #CF0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0096

Black with #CF0096

Text Example


Text Example

White with #CF0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0096; }

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

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

background-color css

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

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

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

border-color css

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

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

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