Html Css Color HEX #CA00A2 Medium Violet Red

📋 copy color: '#CA00A2'

red 202 ◦ green 0 ◦ blue 162

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

Shades of Medium Violet Red #CA00A2

Tints of Medium Violet Red #CA00A2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 162 (63.67% from 255) = 44.51%

R = 55.49%
G = 0%
B = 44.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA00A2 (or 0xCA00A2) is known color: Medium Violet Red. HEX triplet: CA, 00 and A2. RGB value is (202,0,162). Sum of RGB (Red+Green+Blue) = 202+0+162=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA00A2 is #35FF5D. Grayscale: #4E4E4E. Windows color (decimal): -3538782 or 10617034. OLE color: 10617034.

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

Color convert

RGB 202 0 162 -
CMYK 0 1 0.20 0.21
HSL 311.88º 1% 0.4% -
HSV(B) 311.88º 1% 0.79% -
XYZ 30.88 15.17 35.48 -
YUV 78.87 174.92 215.83 -
System Red Green Blue C M Y K H S L
Decimal 202 0 162 0 1 0.20 0.21 311.88 1 0.4
Hex CA 0 A2 0 64 14 15 138 64 28
Octal 312 0 242 0 144 24 25 470 144 50
Binary 11001010 0 10100010 0 1100100 10100 10101 100111000 1100100 101000

Color Harmonies of #CA00A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA00A2

Black with #CA00A2

Text Example


Text Example

White with #CA00A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA00A2; }

 p { color: rgb(202,0,162); }

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

background-color css

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

 a { background-color: rgb(202,0,162); }

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

border-color css

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

 span { border-color: rgb(202,0,162); }

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