Html Css Color HEX #CF0A76 Medium Violet Red

📋 copy color: '#CF0A76'

red 207 ◦ green 10 ◦ blue 118

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

Shades of Medium Violet Red #CF0A76

Tints of Medium Violet Red #CF0A76

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.99%

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

R = 61.79%
G = 2.99%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF0A76 (or 0xCF0A76) is known color: Medium Violet Red. HEX triplet: CF, 0A and 76. RGB value is (207,10,118). Sum of RGB (Red+Green+Blue) = 207+10+118=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0A76 is #30F589. Grayscale: #505050. Windows color (decimal): -3208586 or 7736015. OLE color: 7736015.

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

Color convert

RGB 207 10 118 -
CMYK 0 0.95 0.43 0.19
HSL 327.11º 0.91% 0.43% -
HSV(B) 327.11º 0.95% 0.81% -
XYZ 29.11 14.79 18.46 -
YUV 81.22 148.77 217.72 -
System Red Green Blue C M Y K H S L
Decimal 207 10 118 0 0.95 0.43 0.19 327.11 0.91 0.43
Hex CF A 76 0 5F 2B 13 147 5B 2B
Octal 317 12 166 0 137 53 23 507 133 53
Binary 11001111 1010 1110110 0 1011111 101011 10011 101000111 1011011 101011

Color Harmonies of #CF0A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0A76

Black with #CF0A76

Text Example


Text Example

White with #CF0A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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