Html Css Color HEX #CF0A99 Medium Violet Red

📋 copy color: '#CF0A99'

red 207 ◦ green 10 ◦ blue 153

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

Shades of Medium Violet Red #CF0A99

Tints of Medium Violet Red #CF0A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 55.95%
G = 2.7%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF0A99 (or 0xCF0A99) is known color: Medium Violet Red. HEX triplet: CF, 0A and 99. RGB value is (207,10,153). Sum of RGB (Red+Green+Blue) = 207+10+153=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0A99 is #30F566. Grayscale: #545454. Windows color (decimal): -3208551 or 10029775. OLE color: 10029775.

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

Color convert

RGB 207 10 153 -
CMYK 0 0.95 0.26 0.19
HSL 316.45º 0.91% 0.43% -
HSV(B) 316.45º 0.95% 0.81% -
XYZ 31.59 15.78 31.52 -
YUV 85.21 166.27 214.87 -
System Red Green Blue C M Y K H S L
Decimal 207 10 153 0 0.95 0.26 0.19 316.45 0.91 0.43
Hex CF A 99 0 5F 1A 13 13C 5B 2B
Octal 317 12 231 0 137 32 23 474 133 53
Binary 11001111 1010 10011001 0 1011111 11010 10011 100111100 1011011 101011

Color Harmonies of #CF0A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0A99

Black with #CF0A99

Text Example


Text Example

White with #CF0A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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