Html Css Color HEX #CF0796 Medium Violet Red

📋 copy color: '#CF0796'

red 207 ◦ green 7 ◦ blue 150

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

Shades of Medium Violet Red #CF0796

Tints of Medium Violet Red #CF0796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

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

R = 56.87%
G = 1.92%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF0796 (or 0xCF0796) is known color: Medium Violet Red. HEX triplet: CF, 07 and 96. RGB value is (207,7,150). Sum of RGB (Red+Green+Blue) = 207+7+150=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0796 is #30F869. Grayscale: #525252. Windows color (decimal): -3209322 or 9832399. OLE color: 9832399.

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

Color convert

RGB 207 7 150 -
CMYK 0 0.97 0.28 0.19
HSL 317.1º 0.93% 0.42% -
HSV(B) 317.1º 0.97% 0.81% -
XYZ 31.31 15.62 30.22 -
YUV 83.1 165.76 216.37 -
System Red Green Blue C M Y K H S L
Decimal 207 7 150 0 0.97 0.28 0.19 317.1 0.93 0.42
Hex CF 7 96 0 61 1C 13 13D 5D 2A
Octal 317 7 226 0 141 34 23 475 135 52
Binary 11001111 111 10010110 0 1100001 11100 10011 100111101 1011101 101010

Color Harmonies of #CF0796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0796

Black with #CF0796

Text Example


Text Example

White with #CF0796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0796; }

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

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

background-color css

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

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

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

border-color css

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

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

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