#CF0F73

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

Shades of Medium Violet Red #CF0F73

Tints of Medium Violet Red #CF0F73

Color information

#CF0F73 (or 0xCF0F73) is unknown color: approx Medium Violet Red. HEX triplet: CF, 0F and 73. RGB value is (207,15,115). Sum of RGB (Red+Green+Blue) = 207+15+115=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F73 is #30F08C. Grayscale: #535353. Windows color (decimal): -3207309 or 7540687. OLE color: 7540687.

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

Color convert

RGB20715115-
CMYK00.930.440.19
HSL328.75º86.49%43.53%-
HSV(B)328.75º92.75%81.18%-
XYZ2914.8417.56-
YUV83.81145.61215.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.42%
GREEN value IS 15 (6.25% from 255) = 4.45%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=61.42%
G=4.45%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071511500.930.440.19328.7586.4943.53
HexCFF7305D2C13149562c
Octal317171630135542351112654
Binary110011111111111001101011101101100100111010010011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0F73; }

 p { color: rgb(207,15,115); }

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

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

 a { background-color: rgb(207,15,115); }

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

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

 span { border-color: rgb(207,15,115); }

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