#CA1FA6

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

Shades of Medium Violet Red #CA1FA6

Tints of Medium Violet Red #CA1FA6

Color information

#CA1FA6 (or 0xCA1FA6) is unknown color: approx Medium Violet Red. HEX triplet: CA, 1F and A6. RGB value is (202,31,166). Sum of RGB (Red+Green+Blue) = 202+31+166=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1FA6 is #35E059. Grayscale: #616161. Windows color (decimal): -3530842 or 10887114. OLE color: 10887114.

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

Color convert

RGB20231166-
CMYK00.850.180.21
HSL312.63º73.39%45.69%-
HSV(B)312.63º84.65%79.22%-
XYZ31.7316.2937.55-
YUV97.52166.65202.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 31 (12.5% from 255) = 7.77%
BLUE value IS 166 (65.23% from 255) = 41.60%
R=50.63%
G=7.77%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023116600.850.180.21312.6373.3945.69
HexCA1FA60551215139492e
Octal312372460125222547111156
Binary1100101011111101001100101010110010101011001110011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1FA6; }

 p { color: rgb(202,31,166); }

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

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

 a { background-color: rgb(202,31,166); }

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

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

 span { border-color: rgb(202,31,166); }

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