#cf0d90

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

Shades of Medium Violet Red #CF0D90

Tints of Medium Violet Red #CF0D90

Color information

#CF0D90 (or 0xCF0D90) is unknown color: approx Medium Violet Red. HEX triplet: CF, 0D and 90. RGB value is (207,13,144). Sum of RGB (Red+Green+Blue) = 207+13+144=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0D90 is #30F26F. Grayscale: #555555. Windows color (decimal): -3207792 or 9440719. OLE color: 9440719.

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

Color convert

RGB20713144-
CMYK00.940.300.19
HSL319.48º88.18%43.14%-
HSV(B)319.48º93.72%81.18%-
XYZ30.9115.5727.76-
YUV85.94160.77214.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.87%
GREEN value IS 13 (5.47% from 255) = 3.57%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=56.87%
G=3.57%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071314400.940.300.19319.4888.1843.14
HexCFD9005E1E1313f582b
Octal317152200136362347713053
Binary110011111101100100000101111011110100111001111111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0d90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0d90; }

 p { color: rgb(207,13,144); }

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

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

 a { background-color: rgb(207,13,144); }

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

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

 span { border-color: rgb(207,13,144); }

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