Html Css Color HEX #CA13A0 Medium Violet Red

📋 copy color: '#CA13A0'

red 202 ◦ green 19 ◦ blue 160

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

Shades of Medium Violet Red #CA13A0

Tints of Medium Violet Red #CA13A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.99%

R = 53.02%
G = 4.99%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA13A0 (or 0xCA13A0) is known color: Medium Violet Red. HEX triplet: CA, 13 and A0. RGB value is (202,19,160). Sum of RGB (Red+Green+Blue) = 202+19+160=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA13A0 is #35EC5F. Grayscale: #595959. Windows color (decimal): -3533920 or 10490826. OLE color: 10490826.

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

Color convert

RGB 202 19 160 -
CMYK 0 0.91 0.21 0.21
HSL 313.77º 0.83% 0.43% -
HSV(B) 313.77º 0.91% 0.79% -
XYZ 30.94 15.56 34.63 -
YUV 89.79 167.63 208.04 -
System Red Green Blue C M Y K H S L
Decimal 202 19 160 0 0.91 0.21 0.21 313.77 0.83 0.43
Hex CA 13 A0 0 5B 15 15 13A 53 2B
Octal 312 23 240 0 133 25 25 472 123 53
Binary 11001010 10011 10100000 0 1011011 10101 10101 100111010 1010011 101011

Color Harmonies of #CA13A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13A0

Black with #CA13A0

Text Example


Text Example

White with #CA13A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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