#CF1992

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

Shades of Medium Violet Red #CF1992

Tints of Medium Violet Red #CF1992

Color information

#CF1992 (or 0xCF1992) is unknown color: approx Medium Violet Red. HEX triplet: CF, 19 and 92. RGB value is (207,25,146). Sum of RGB (Red+Green+Blue) = 207+25+146=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1992 is #30E66D. Grayscale: #5C5C5C. Windows color (decimal): -3204718 or 9574863. OLE color: 9574863.

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

Color convert

RGB20725146-
CMYK00.880.290.19
HSL320.11º78.45%45.49%-
HSV(B)320.11º87.92%81.18%-
XYZ31.2716.0428.64-
YUV93.21157.8209.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.76%
GREEN value IS 25 (10.16% from 255) = 6.61%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=54.76%
G=6.61%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072514600.880.290.19320.1178.4545.49
HexCF19920581D131404e2d
Octal317312220130352350011655
Binary1100111111001100100100101100011101100111010000001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1992; }

 p { color: rgb(207,25,146); }

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

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

 a { background-color: rgb(207,25,146); }

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

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

 span { border-color: rgb(207,25,146); }

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