Html Css Color HEX #C21ABA Deep Magenta

📋 copy color: '#C21ABA'

red 194 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #C21ABA

Tints of Deep Magenta #C21ABA

RGB

 RED value IS 194 (76.17% from 255) = 47.78%

 GREEN value IS 26 (10.55% from 255) = 6.4%

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

R = 47.78%
G = 6.4%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C21ABA (or 0xC21ABA) is known color: Deep Magenta. HEX triplet: C2, 1A and BA. RGB value is (194,26,186). Sum of RGB (Red+Green+Blue) = 194+26+186=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C21ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ABA is #3DE545. Grayscale: #5E5E5E. Windows color (decimal): -4056390 or 12196546. OLE color: 12196546.

HSL color Cylindrical-coordinate representation of color #C21ABA: hue angle of 302.86º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21ABA is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 186 -
CMYK 0 0.87 0.04 0.24
HSL 302.86º 0.76% 0.43% -
HSV(B) 302.86º 0.87% 0.76% -
XYZ 31.48 15.75 47.84 -
YUV 94.47 179.66 198.99 -
System Red Green Blue C M Y K H S L
Decimal 194 26 186 0 0.87 0.04 0.24 302.86 0.76 0.43
Hex C2 1A BA 0 57 4 18 12F 4C 2B
Octal 302 32 272 0 127 4 30 457 114 53
Binary 11000010 11010 10111010 0 1010111 100 11000 100101111 1001100 101011

Color Harmonies of #C21ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21ABA

Black with #C21ABA

Text Example


Text Example

White with #C21ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21ABA; }

 p { color: rgb(194,26,186); }

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

background-color css

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

 a { background-color: rgb(194,26,186); }

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

border-color css

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

 span { border-color: rgb(194,26,186); }

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