#CA17A0

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

Shades of Medium Violet Red #CA17A0

Tints of Medium Violet Red #CA17A0

Color information

#CA17A0 (or 0xCA17A0) is unknown color: approx Medium Violet Red. HEX triplet: CA, 17 and A0. RGB value is (202,23,160). Sum of RGB (Red+Green+Blue) = 202+23+160=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA17A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA17A0 is #35E85F. Grayscale: #5B5B5B. Windows color (decimal): -3532896 or 10491850. OLE color: 10491850.

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

Color convert

RGB20223160-
CMYK00.890.210.21
HSL314.08º79.56%44.12%-
HSV(B)314.08º88.61%79.22%-
XYZ31.0115.7134.66-
YUV92.14166.3206.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 23 (9.38% from 255) = 5.97%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=52.47%
G=5.97%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022316000.890.210.21314.0879.5644.12
HexCA17A0059151513a502c
Octal312272400131252547212054
Binary1100101010111101000000101100110101101011001110101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA17A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA17A0; }

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

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

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

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

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

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

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

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