#CA1C6F

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

Shades of Medium Violet Red #CA1C6F

Tints of Medium Violet Red #CA1C6F

Color information

#CA1C6F (or 0xCA1C6F) is unknown color: approx Medium Violet Red. HEX triplet: CA, 1C and 6F. RGB value is (202,28,111). Sum of RGB (Red+Green+Blue) = 202+28+111=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1C6F is #35E390. Grayscale: #595959. Windows color (decimal): -3531665 or 7281866. OLE color: 7281866.

HSL color Cylindrical-coordinate representation of color #CA1C6F: hue angle of 331.38º 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 #CA1C6F is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB20228111-
CMYK00.860.450.21
HSL331.38º75.65%45.1%-
HSV(B)331.38º86.14%79.22%-
XYZ27.6414.5316.39-
YUV89.49140.15208.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.24%
GREEN value IS 28 (11.33% from 255) = 8.21%
BLUE value IS 111 (43.75% from 255) = 32.55%
R=59.24%
G=8.21%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022811100.860.450.21331.3875.6545.1
HexCA1C6F0562D1514b4c2d
Octal312341570126552551311455
Binary1100101011100110111101010110101101101011010010111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1C6F; }

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

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

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

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

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

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

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

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