Html Css Color HEX #CF0076 Medium Violet Red

📋 copy color: '#CF0076'

red 207 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #CF0076

Tints of Medium Violet Red #CF0076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 63.69%
G = 0%
B = 36.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF0076 (or 0xCF0076) is known color: Medium Violet Red. HEX triplet: CF, 00 and 76. RGB value is (207,0,118). Sum of RGB (Red+Green+Blue) = 207+0+118=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0076 is #30FF89. Grayscale: #4B4B4B. Windows color (decimal): -3211146 or 7733455. OLE color: 7733455.

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

Color convert

RGB 207 0 118 -
CMYK 0 1 0.43 0.19
HSL 325.8º 1% 0.41% -
HSV(B) 325.8º 1% 0.81% -
XYZ 29 14.57 18.42 -
YUV 75.35 152.08 221.91 -
System Red Green Blue C M Y K H S L
Decimal 207 0 118 0 1 0.43 0.19 325.8 1 0.41
Hex CF 0 76 0 64 2B 13 146 64 29
Octal 317 0 166 0 144 53 23 506 144 51
Binary 11001111 0 1110110 0 1100100 101011 10011 101000110 1100100 101001

Color Harmonies of #CF0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0076

Black with #CF0076

Text Example


Text Example

White with #CF0076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0076; }

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

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

background-color css

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

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

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

border-color css

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

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

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