#CA1B72

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

Shades of Medium Violet Red #CA1B72

Tints of Medium Violet Red #CA1B72

Color information

#CA1B72 (or 0xCA1B72) is unknown color: approx Medium Violet Red. HEX triplet: CA, 1B and 72. RGB value is (202,27,114). Sum of RGB (Red+Green+Blue) = 202+27+114=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1B72 is #35E48D. Grayscale: #595959. Windows color (decimal): -3531918 or 7478218. OLE color: 7478218.

HSL color Cylindrical-coordinate representation of color #CA1B72: hue angle of 330.17º degrees, saturation: 0.76, 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 #CA1B72 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB20227114-
CMYK00.870.440.21
HSL330.17º76.42%44.9%-
HSV(B)330.17º86.63%79.22%-
XYZ27.7914.5617.26-
YUV89.24141.98208.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 27 (10.94% from 255) = 7.87%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=58.89%
G=7.87%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022711400.870.440.21330.1776.4244.9
HexCA1B720572C1514a4c2d
Octal312331620127542551211455
Binary1100101011011111001001010111101100101011010010101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1B72; }

 p { color: rgb(202,27,114); }

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

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

 a { background-color: rgb(202,27,114); }

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

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

 span { border-color: rgb(202,27,114); }

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