Html Css Color HEX #CA17AA Medium Violet Red

📋 copy color: '#CA17AA'

red 202 ◦ green 23 ◦ blue 170

#CA17AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CA17AA

Tints of Medium Violet Red #CA17AA

RGB

 RED value IS 202 (79.3% from 255) = 51.14%

 GREEN value IS 23 (9.38% from 255) = 5.82%

 BLUE value IS 170 (66.8% from 255) = 43.04%

R = 51.14%
G = 5.82%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA17AA (or 0xCA17AA) is known color: Medium Violet Red. HEX triplet: CA, 17 and AA. RGB value is (202,23,170). Sum of RGB (Red+Green+Blue) = 202+23+170=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA17AA is #35E855. Grayscale: #5C5C5C. Windows color (decimal): -3532886 or 11147210. OLE color: 11147210.

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

Color convert

RGB 202 23 170 -
CMYK 0 0.89 0.16 0.21
HSL 310.73º 0.8% 0.44% -
HSV(B) 310.73º 0.89% 0.79% -
XYZ 31.92 16.07 39.45 -
YUV 93.28 171.3 205.55 -
System Red Green Blue C M Y K H S L
Decimal 202 23 170 0 0.89 0.16 0.21 310.73 0.8 0.44
Hex CA 17 AA 0 59 10 15 137 50 2C
Octal 312 27 252 0 131 20 25 467 120 54
Binary 11001010 10111 10101010 0 1011001 10000 10101 100110111 1010000 101100

Color Harmonies of #CA17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA17AA

Black with #CA17AA

Text Example


Text Example

White with #CA17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA17AA; }

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

 H1.HeaderClassName
 {
   color: #CA17AA;
 }
 .AnyTagClassName
 {
   color: #CA17AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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