Html Css Color HEX #CF0A71 Medium Violet Red

📋 copy color: '#CF0A71'

red 207 ◦ green 10 ◦ blue 113

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

Shades of Medium Violet Red #CF0A71

Tints of Medium Violet Red #CF0A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 62.73%
G = 3.03%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF0A71 (or 0xCF0A71) is known color: Medium Violet Red. HEX triplet: CF, 0A and 71. RGB value is (207,10,113). Sum of RGB (Red+Green+Blue) = 207+10+113=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0A71 is #30F58E. Grayscale: #505050. Windows color (decimal): -3208591 or 7408335. OLE color: 7408335.

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

Color convert

RGB 207 10 113 -
CMYK 0 0.95 0.45 0.19
HSL 328.63º 0.91% 0.43% -
HSV(B) 328.63º 0.95% 0.81% -
XYZ 28.82 14.67 16.94 -
YUV 80.65 146.27 218.12 -
System Red Green Blue C M Y K H S L
Decimal 207 10 113 0 0.95 0.45 0.19 328.63 0.91 0.43
Hex CF A 71 0 5F 2D 13 149 5B 2B
Octal 317 12 161 0 137 55 23 511 133 53
Binary 11001111 1010 1110001 0 1011111 101101 10011 101001001 1011011 101011

Color Harmonies of #CF0A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0A71

Black with #CF0A71

Text Example


Text Example

White with #CF0A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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