Html Css Color HEX #C21ABB Deep Magenta

📋 copy color: '#C21ABB'

red 194 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #C21ABB

Tints of Deep Magenta #C21ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 47.67%
G = 6.39%
B = 45.95%

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

#C21ABB (or 0xC21ABB) is known color: Deep Magenta. HEX triplet: C2, 1A and BB. RGB value is (194,26,187). Sum of RGB (Red+Green+Blue) = 194+26+187=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C21ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ABB is #3DE544. Grayscale: #5E5E5E. Windows color (decimal): -4056389 or 12262082. OLE color: 12262082.

HSL color Cylindrical-coordinate representation of color #C21ABB: hue angle of 302.5º 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 #C21ABB is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 187 -
CMYK 0 0.87 0.04 0.24
HSL 302.5º 0.76% 0.43% -
HSV(B) 302.5º 0.87% 0.76% -
XYZ 31.59 15.8 48.4 -
YUV 94.59 180.16 198.91 -
System Red Green Blue C M Y K H S L
Decimal 194 26 187 0 0.87 0.04 0.24 302.5 0.76 0.43
Hex C2 1A BB 0 57 4 18 12E 4C 2B
Octal 302 32 273 0 127 4 30 456 114 53
Binary 11000010 11010 10111011 0 1010111 100 11000 100101110 1001100 101011

Color Harmonies of #C21ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21ABB

Black with #C21ABB

Text Example


Text Example

White with #C21ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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