#CA3784

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

Shades of Medium Red Violet #CA3784

Tints of Medium Red Violet #CA3784

Color information

#CA3784 (or 0xCA3784) is unknown color: approx Medium Red Violet. HEX triplet: CA, 37 and 84. RGB value is (202,55,132). Sum of RGB (Red+Green+Blue) = 202+55+132=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3784 is #35C87B. Grayscale: #6B6B6B. Windows color (decimal): -3524732 or 8665034. OLE color: 8665034.

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

Color convert

RGB20255132-
CMYK00.730.350.21
HSL328.57º58.1%50.39%-
HSV(B)328.57º72.77%79.22%-
XYZ29.8916.9523.53-
YUV107.73141.7195.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 55 (21.88% from 255) = 14.14%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=51.93%
G=14.14%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025513200.730.350.21328.5758.150.39
HexCA378404923151493a32
Octal31267204011143255117262
Binary11001010110111100001000100100110001110101101001001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3784; }

 p { color: rgb(202,55,132); }

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

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

 a { background-color: rgb(202,55,132); }

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

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

 span { border-color: rgb(202,55,132); }

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