#CF0A9A

Color #CF0A9A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CF0A9A

Tints of Medium Violet Red #CF0A9A

Color information

#CF0A9A (or 0xCF0A9A) is unknown color: approx Medium Violet Red. HEX triplet: CF, 0A and 9A. RGB value is (207,10,154). Sum of RGB (Red+Green+Blue) = 207+10+154=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0A9A is #30F565. Grayscale: #545454. Windows color (decimal): -3208550 or 10095311. OLE color: 10095311.

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

Color convert

RGB20710154-
CMYK00.950.260.19
HSL316.14º90.78%42.55%-
HSV(B)316.14º95.17%81.18%-
XYZ31.6715.8231.96-
YUV85.32166.77214.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.80%
GREEN value IS 10 (4.30% from 255) = 2.70%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=55.80%
G=2.70%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071015400.950.260.19316.1490.7842.55
HexCFA9A05F1A1313c5b2b
Octal317122320137322347413353
Binary110011111010100110100101111111010100111001111001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0A9A; }

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

 H1.HeaderClassName
 {
   color: #CF0A9A;
 }
 .AnyTagClassName
 {
   color: #CF0A9A;
 }
</style>
background-color css

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

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

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

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

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

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