Html Css Color HEX #CA21A1 Medium Violet Red

📋 copy color: '#CA21A1'

red 202 ◦ green 33 ◦ blue 161

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

Shades of Medium Violet Red #CA21A1

Tints of Medium Violet Red #CA21A1

RGB

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

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

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

R = 51.01%
G = 8.33%
B = 40.66%

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

#CA21A1 (or 0xCA21A1) is known color: Medium Violet Red. HEX triplet: CA, 21 and A1. RGB value is (202,33,161). Sum of RGB (Red+Green+Blue) = 202+33+161=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA21A1 is #35DE5E. Grayscale: #616161. Windows color (decimal): -3530335 or 10559946. OLE color: 10559946.

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

Color convert

RGB 202 33 161 -
CMYK 0 0.84 0.20 0.21
HSL 314.56º 0.72% 0.46% -
HSV(B) 314.56º 0.84% 0.79% -
XYZ 31.33 16.22 35.2 -
YUV 98.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 202 33 161 0 0.84 0.20 0.21 314.56 0.72 0.46
Hex CA 21 A1 0 54 14 15 13B 48 2E
Octal 312 41 241 0 124 24 25 473 110 56
Binary 11001010 100001 10100001 0 1010100 10100 10101 100111011 1001000 101110

Color Harmonies of #CA21A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA21A1

Black with #CA21A1

Text Example


Text Example

White with #CA21A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA21A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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