#CA17A1

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

Shades of Medium Violet Red #CA17A1

Tints of Medium Violet Red #CA17A1

Color information

#CA17A1 (or 0xCA17A1) is unknown color: approx Medium Violet Red. HEX triplet: CA, 17 and A1. RGB value is (202,23,161). Sum of RGB (Red+Green+Blue) = 202+23+161=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA17A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA17A1 is #35E85E. Grayscale: #5B5B5B. Windows color (decimal): -3532895 or 10557386. OLE color: 10557386.

HSL color Cylindrical-coordinate representation of color #CA17A1: hue angle of 313.74º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA17A1 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB20223161-
CMYK00.890.200.21
HSL313.74º79.56%44.12%-
HSV(B)313.74º88.61%79.22%-
XYZ31.115.7435.12-
YUV92.25166.8206.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 23 (9.38% from 255) = 5.96%
BLUE value IS 161 (63.28% from 255) = 41.71%
R=52.33%
G=5.96%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022316100.890.200.21313.7479.5644.12
HexCA17A1059141513a502c
Octal312272410131242547212054
Binary1100101010111101000010101100110100101011001110101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA17A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA17A1; }

 p { color: rgb(202,23,161); }

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

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

 a { background-color: rgb(202,23,161); }

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

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

 span { border-color: rgb(202,23,161); }

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