#CA3081

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

Shades of Medium Red Violet #CA3081

Tints of Medium Red Violet #CA3081

Color information

#CA3081 (or 0xCA3081) is unknown color: approx Medium Red Violet. HEX triplet: CA, 30 and 81. RGB value is (202,48,129). Sum of RGB (Red+Green+Blue) = 202+48+129=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3081 is #35CF7E. Grayscale: #676767. Windows color (decimal): -3526527 or 8466634. OLE color: 8466634.

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

Color convert

RGB20248129-
CMYK00.760.360.21
HSL328.44º61.6%49.02%-
HSV(B)328.44º76.24%79.22%-
XYZ29.3816.2622.36-
YUV103.28142.52198.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 48 (19.14% from 255) = 12.66%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=53.30%
G=12.66%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024812900.760.360.21328.4461.649.02
HexCA308104C24151483e31
Octal31260201011444255107661
Binary11001010110000100000010100110010010010101101001000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3081; }

 p { color: rgb(202,48,129); }

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

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

 a { background-color: rgb(202,48,129); }

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

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

 span { border-color: rgb(202,48,129); }

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