Html Css Color HEX #CA01A0 Medium Violet Red

📋 copy color: '#CA01A0'

red 202 ◦ green 1 ◦ blue 160

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

Shades of Medium Violet Red #CA01A0

Tints of Medium Violet Red #CA01A0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 55.65%
G = 0.28%
B = 44.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA01A0 (or 0xCA01A0) is known color: Medium Violet Red. HEX triplet: CA, 01 and A0. RGB value is (202,1,160). Sum of RGB (Red+Green+Blue) = 202+1+160=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA01A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA01A0 is #35FE5F. Grayscale: #4E4E4E. Windows color (decimal): -3538528 or 10486218. OLE color: 10486218.

HSL color Cylindrical-coordinate representation of color #CA01A0: hue angle of 312.54º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01A0 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 1 160 -
CMYK 0 1.00 0.21 0.21
HSL 312.54º 0.99% 0.4% -
HSV(B) 312.54º 1% 0.79% -
XYZ 30.71 15.12 34.56 -
YUV 79.23 173.59 215.57 -
System Red Green Blue C M Y K H S L
Decimal 202 1 160 0 1.00 0.21 0.21 312.54 0.99 0.4
Hex CA 1 A0 0 64 15 15 139 63 28
Octal 312 1 240 0 144 25 25 471 143 50
Binary 11001010 1 10100000 0 1100100 10101 10101 100111001 1100011 101000

Color Harmonies of #CA01A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA01A0

Black with #CA01A0

Text Example


Text Example

White with #CA01A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA01A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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