#CA1992

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

Shades of Medium Violet Red #CA1992

Tints of Medium Violet Red #CA1992

Color information

#CA1992 (or 0xCA1992) is unknown color: approx Medium Violet Red. HEX triplet: CA, 19 and 92. RGB value is (202,25,146). Sum of RGB (Red+Green+Blue) = 202+25+146=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1992 is #35E66D. Grayscale: #5B5B5B. Windows color (decimal): -3532398 or 9574858. OLE color: 9574858.

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

Color convert

RGB20225146-
CMYK00.880.280.21
HSL318.98º77.97%44.51%-
HSV(B)318.98º87.62%79.22%-
XYZ29.8915.3328.58-
YUV91.72158.64206.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 25 (10.16% from 255) = 6.70%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=54.16%
G=6.70%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022514600.880.280.21318.9877.9744.51
HexCA19920581C1513f4e2d
Octal312312220130342547711655
Binary1100101011001100100100101100011100101011001111111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1992; }

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

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

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

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

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

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

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

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