#CA1C6E

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

Shades of Medium Violet Red #CA1C6E

Tints of Medium Violet Red #CA1C6E

Color information

#CA1C6E (or 0xCA1C6E) is unknown color: approx Medium Violet Red. HEX triplet: CA, 1C and 6E. RGB value is (202,28,110). Sum of RGB (Red+Green+Blue) = 202+28+110=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1C6E is #35E391. Grayscale: #595959. Windows color (decimal): -3531666 or 7216330. OLE color: 7216330.

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

Color convert

RGB20228110-
CMYK00.860.460.21
HSL331.72º75.65%45.1%-
HSV(B)331.72º86.14%79.22%-
XYZ27.5914.5116.1-
YUV89.37139.65208.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.41%
GREEN value IS 28 (11.33% from 255) = 8.24%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=59.41%
G=8.24%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022811000.860.460.21331.7275.6545.1
HexCA1C6E0562E1514c4c2d
Octal312341560126562551411455
Binary1100101011100110111001010110101110101011010011001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1C6E; }

 p { color: rgb(202,28,110); }

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

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

 a { background-color: rgb(202,28,110); }

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

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

 span { border-color: rgb(202,28,110); }

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