Html Css Color HEX #CA13AA Medium Violet Red

📋 copy color: '#CA13AA'

red 202 ◦ green 19 ◦ blue 170

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

Shades of Medium Violet Red #CA13AA

Tints of Medium Violet Red #CA13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

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

R = 51.66%
G = 4.86%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA13AA (or 0xCA13AA) is known color: Medium Violet Red. HEX triplet: CA, 13 and AA. RGB value is (202,19,170). Sum of RGB (Red+Green+Blue) = 202+19+170=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA13AA is #35EC55. Grayscale: #5A5A5A. Windows color (decimal): -3533910 or 11146186. OLE color: 11146186.

HSL color Cylindrical-coordinate representation of color #CA13AA: hue angle of 310.49º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA13AA is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 19 170 -
CMYK 0 0.91 0.16 0.21
HSL 310.49º 0.83% 0.43% -
HSV(B) 310.49º 0.91% 0.79% -
XYZ 31.85 15.92 39.43 -
YUV 90.93 172.63 207.22 -
System Red Green Blue C M Y K H S L
Decimal 202 19 170 0 0.91 0.16 0.21 310.49 0.83 0.43
Hex CA 13 AA 0 5B 10 15 136 53 2B
Octal 312 23 252 0 133 20 25 466 123 53
Binary 11001010 10011 10101010 0 1011011 10000 10101 100110110 1010011 101011

Color Harmonies of #CA13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13AA

Black with #CA13AA

Text Example


Text Example

White with #CA13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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