Html Css Color HEX #CF0772 Medium Violet Red

📋 copy color: '#CF0772'

red 207 ◦ green 7 ◦ blue 114

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

Shades of Medium Violet Red #CF0772

Tints of Medium Violet Red #CF0772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 63.11%
G = 2.13%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF0772 (or 0xCF0772) is known color: Medium Violet Red. HEX triplet: CF, 07 and 72. RGB value is (207,7,114). Sum of RGB (Red+Green+Blue) = 207+7+114=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0772 is #30F88D. Grayscale: #4E4E4E. Windows color (decimal): -3209358 or 7473103. OLE color: 7473103.

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

Color convert

RGB 207 7 114 -
CMYK 0 0.97 0.45 0.19
HSL 327.9º 0.93% 0.42% -
HSV(B) 327.9º 0.97% 0.81% -
XYZ 28.85 14.63 17.22 -
YUV 79 147.76 219.3 -
System Red Green Blue C M Y K H S L
Decimal 207 7 114 0 0.97 0.45 0.19 327.9 0.93 0.42
Hex CF 7 72 0 61 2D 13 148 5D 2A
Octal 317 7 162 0 141 55 23 510 135 52
Binary 11001111 111 1110010 0 1100001 101101 10011 101001000 1011101 101010

Color Harmonies of #CF0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0772

Black with #CF0772

Text Example


Text Example

White with #CF0772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0772; }

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

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

background-color css

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

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

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

border-color css

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

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

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