#CA3692

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

Shades of Medium Red Violet #CA3692

Tints of Medium Red Violet #CA3692

Color information

#CA3692 (or 0xCA3692) is unknown color: approx Medium Red Violet. HEX triplet: CA, 36 and 92. RGB value is (202,54,146). Sum of RGB (Red+Green+Blue) = 202+54+146=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3692 is #35C96D. Grayscale: #6C6C6C. Windows color (decimal): -3524974 or 9582282. OLE color: 9582282.

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

Color convert

RGB20254146-
CMYK00.730.280.21
HSL322.7º58.27%50.2%-
HSV(B)322.7º73.27%79.22%-
XYZ30.8617.2728.9-
YUV108.74149.03194.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 54 (21.48% from 255) = 13.43%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=50.25%
G=13.43%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025414600.730.280.21322.758.2750.2
HexCA36920491C151433a32
Octal31266222011134255037262
Binary1100101011011010010010010010011110010101101000011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3692; }

 p { color: rgb(202,54,146); }

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

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

 a { background-color: rgb(202,54,146); }

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

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

 span { border-color: rgb(202,54,146); }

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