#CA1FA0

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

Shades of Medium Violet Red #CA1FA0

Tints of Medium Violet Red #CA1FA0

Color information

#CA1FA0 (or 0xCA1FA0) is unknown color: approx Medium Violet Red. HEX triplet: CA, 1F and A0. RGB value is (202,31,160). Sum of RGB (Red+Green+Blue) = 202+31+160=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1FA0 is #35E05F. Grayscale: #606060. Windows color (decimal): -3530848 or 10493898. OLE color: 10493898.

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

Color convert

RGB20231160-
CMYK00.850.210.21
HSL314.74º73.39%45.69%-
HSV(B)314.74º84.65%79.22%-
XYZ31.1916.0734.72-
YUV96.84163.65203.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 31 (12.5% from 255) = 7.89%
BLUE value IS 160 (62.89% from 255) = 40.71%
R=51.40%
G=7.89%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023116000.850.210.21314.7473.3945.69
HexCA1FA0055151513b492e
Octal312372400125252547311156
Binary1100101011111101000000101010110101101011001110111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1FA0; }

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

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

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

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

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

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

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

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