Html Css Color HEX #CA01A1 Medium Violet Red

📋 copy color: '#CA01A1'

red 202 ◦ green 1 ◦ blue 161

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

Shades of Medium Violet Red #CA01A1

Tints of Medium Violet Red #CA01A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.23%

R = 55.49%
G = 0.27%
B = 44.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA01A1 (or 0xCA01A1) is known color: Medium Violet Red. HEX triplet: CA, 01 and A1. RGB value is (202,1,161). Sum of RGB (Red+Green+Blue) = 202+1+161=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA01A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA01A1 is #35FE5E. Grayscale: #4E4E4E. Windows color (decimal): -3538527 or 10551754. OLE color: 10551754.

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

Color convert

RGB 202 1 161 -
CMYK 0 1.00 0.20 0.21
HSL 312.24º 0.99% 0.4% -
HSV(B) 312.24º 1% 0.79% -
XYZ 30.8 15.15 35.02 -
YUV 79.34 174.09 215.49 -
System Red Green Blue C M Y K H S L
Decimal 202 1 161 0 1.00 0.20 0.21 312.24 0.99 0.4
Hex CA 1 A1 0 64 14 15 138 63 28
Octal 312 1 241 0 144 24 25 470 143 50
Binary 11001010 1 10100001 0 1100100 10100 10101 100111000 1100011 101000

Color Harmonies of #CA01A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA01A1

Black with #CA01A1

Text Example


Text Example

White with #CA01A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA01A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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