Html Css Color HEX #CF0072 Medium Violet Red

📋 copy color: '#CF0072'

red 207 ◦ green 0 ◦ blue 114

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

Shades of Medium Violet Red #CF0072

Tints of Medium Violet Red #CF0072

RGB

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

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

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

R = 64.49%
G = 0%
B = 35.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF0072 (or 0xCF0072) is known color: Medium Violet Red. HEX triplet: CF, 00 and 72. RGB value is (207,0,114). Sum of RGB (Red+Green+Blue) = 207+0+114=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0072 is #30FF8D. Grayscale: #4A4A4A. Windows color (decimal): -3211150 or 7471311. OLE color: 7471311.

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

Color convert

RGB 207 0 114 -
CMYK 0 1 0.45 0.19
HSL 326.96º 1% 0.41% -
HSV(B) 326.96º 1% 0.81% -
XYZ 28.77 14.48 17.2 -
YUV 74.89 150.08 222.23 -
System Red Green Blue C M Y K H S L
Decimal 207 0 114 0 1 0.45 0.19 326.96 1 0.41
Hex CF 0 72 0 64 2D 13 147 64 29
Octal 317 0 162 0 144 55 23 507 144 51
Binary 11001111 0 1110010 0 1100100 101101 10011 101000111 1100100 101001

Color Harmonies of #CF0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0072

Black with #CF0072

Text Example


Text Example

White with #CF0072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0072; }

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

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

background-color css

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

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

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

border-color css

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

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

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