Html Css Color HEX #CF0276 Medium Violet Red

📋 copy color: '#CF0276'

red 207 ◦ green 2 ◦ blue 118

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

Shades of Medium Violet Red #CF0276

Tints of Medium Violet Red #CF0276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 63.3%
G = 0.61%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF0276 (or 0xCF0276) is known color: Medium Violet Red. HEX triplet: CF, 02 and 76. RGB value is (207,2,118). Sum of RGB (Red+Green+Blue) = 207+2+118=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0276 is #30FD89. Grayscale: #4C4C4C. Windows color (decimal): -3210634 or 7733967. OLE color: 7733967.

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

Color convert

RGB 207 2 118 -
CMYK 0 0.99 0.43 0.19
HSL 326.05º 0.98% 0.41% -
HSV(B) 326.05º 0.99% 0.81% -
XYZ 29.02 14.62 18.43 -
YUV 76.52 151.42 221.07 -
System Red Green Blue C M Y K H S L
Decimal 207 2 118 0 0.99 0.43 0.19 326.05 0.98 0.41
Hex CF 2 76 0 63 2B 13 146 62 29
Octal 317 2 166 0 143 53 23 506 142 51
Binary 11001111 10 1110110 0 1100011 101011 10011 101000110 1100010 101001

Color Harmonies of #CF0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0276

Black with #CF0276

Text Example


Text Example

White with #CF0276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0276; }

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

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

background-color css

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

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

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

border-color css

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

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

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