Html Css Color HEX #CA21A2 Medium Violet Red

📋 copy color: '#CA21A2'

red 202 ◦ green 33 ◦ blue 162

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

Shades of Medium Violet Red #CA21A2

Tints of Medium Violet Red #CA21A2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.31%

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

R = 50.88%
G = 8.31%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA21A2 (or 0xCA21A2) is known color: Medium Violet Red. HEX triplet: CA, 21 and A2. RGB value is (202,33,162). Sum of RGB (Red+Green+Blue) = 202+33+162=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA21A2 is #35DE5D. Grayscale: #616161. Windows color (decimal): -3530334 or 10625482. OLE color: 10625482.

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

Color convert

RGB 202 33 162 -
CMYK 0 0.84 0.20 0.21
HSL 314.2º 0.72% 0.46% -
HSV(B) 314.2º 0.84% 0.79% -
XYZ 31.42 16.25 35.66 -
YUV 98.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 202 33 162 0 0.84 0.20 0.21 314.2 0.72 0.46
Hex CA 21 A2 0 54 14 15 13A 48 2E
Octal 312 41 242 0 124 24 25 472 110 56
Binary 11001010 100001 10100010 0 1010100 10100 10101 100111010 1001000 101110

Color Harmonies of #CA21A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA21A2

Black with #CA21A2

Text Example


Text Example

White with #CA21A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA21A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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