#CA1A76

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

Shades of Medium Violet Red #CA1A76

Tints of Medium Violet Red #CA1A76

Color information

#CA1A76 (or 0xCA1A76) is unknown color: approx Medium Violet Red. HEX triplet: CA, 1A and 76. RGB value is (202,26,118). Sum of RGB (Red+Green+Blue) = 202+26+118=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1A76 is #35E589. Grayscale: #585858. Windows color (decimal): -3532170 or 7740106. OLE color: 7740106.

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

Color convert

RGB20226118-
CMYK00.870.420.21
HSL328.64º77.19%44.71%-
HSV(B)328.64º87.13%79.22%-
XYZ2814.618.48-
YUV89.11144.31208.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 26 (10.55% from 255) = 7.51%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=58.38%
G=7.51%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022611800.870.420.21328.6477.1944.71
HexCA1A760572A151494d2d
Octal312321660127522551111555
Binary1100101011010111011001010111101010101011010010011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1A76; }

 p { color: rgb(202,26,118); }

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

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

 a { background-color: rgb(202,26,118); }

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

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

 span { border-color: rgb(202,26,118); }

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