#CA1892

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

Shades of Medium Violet Red #CA1892

Tints of Medium Violet Red #CA1892

Color information

#CA1892 (or 0xCA1892) is unknown color: approx Medium Violet Red. HEX triplet: CA, 18 and 92. RGB value is (202,24,146). Sum of RGB (Red+Green+Blue) = 202+24+146=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1892 is #35E76D. Grayscale: #5A5A5A. Windows color (decimal): -3532654 or 9574602. OLE color: 9574602.

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

Color convert

RGB20224146-
CMYK00.880.280.21
HSL318.88º78.76%44.31%-
HSV(B)318.88º88.12%79.22%-
XYZ29.8715.2928.57-
YUV91.13158.97207.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 24 (9.77% from 255) = 6.45%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=54.30%
G=6.45%
B=39.25%

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
Decimal2022414600.880.280.21318.8878.7644.31
HexCA18920581C1513f4f2c
Octal312302220130342547711754
Binary1100101011000100100100101100011100101011001111111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1892; }

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

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

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

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

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

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

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

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