Html Css Color HEX #CA21BA Deep Magenta

📋 copy color: '#CA21BA'

red 202 ◦ green 33 ◦ blue 186

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

Shades of Deep Magenta #CA21BA

Tints of Deep Magenta #CA21BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 47.98%
G = 7.84%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA21BA (or 0xCA21BA) is known color: Deep Magenta. HEX triplet: CA, 21 and BA. RGB value is (202,33,186). Sum of RGB (Red+Green+Blue) = 202+33+186=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA21BA is #35DE45. Grayscale: #646464. Windows color (decimal): -3530310 or 12198346. OLE color: 12198346.

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

Color convert

RGB 202 33 186 -
CMYK 0 0.84 0.08 0.21
HSL 305.68º 0.72% 0.46% -
HSV(B) 305.68º 0.84% 0.79% -
XYZ 33.76 17.19 47.99 -
YUV 100.97 175.99 200.06 -
System Red Green Blue C M Y K H S L
Decimal 202 33 186 0 0.84 0.08 0.21 305.68 0.72 0.46
Hex CA 21 BA 0 54 8 15 132 48 2E
Octal 312 41 272 0 124 10 25 462 110 56
Binary 11001010 100001 10111010 0 1010100 1000 10101 100110010 1001000 101110

Color Harmonies of #CA21BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA21BA

Black with #CA21BA

Text Example


Text Example

White with #CA21BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA21BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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