Html Css Color HEX #C21ABC Deep Magenta

📋 copy color: '#C21ABC'

red 194 ◦ green 26 ◦ blue 188

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

Shades of Deep Magenta #C21ABC

Tints of Deep Magenta #C21ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 47.55%
G = 6.37%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C21ABC (or 0xC21ABC) is known color: Deep Magenta. HEX triplet: C2, 1A and BC. RGB value is (194,26,188). Sum of RGB (Red+Green+Blue) = 194+26+188=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C21ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ABC is #3DE543. Grayscale: #5E5E5E. Windows color (decimal): -4056388 or 12327618. OLE color: 12327618.

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

Color convert

RGB 194 26 188 -
CMYK 0 0.87 0.03 0.24
HSL 302.14º 0.76% 0.43% -
HSV(B) 302.14º 0.87% 0.76% -
XYZ 31.69 15.84 48.96 -
YUV 94.7 180.66 198.83 -
System Red Green Blue C M Y K H S L
Decimal 194 26 188 0 0.87 0.03 0.24 302.14 0.76 0.43
Hex C2 1A BC 0 57 3 18 12E 4C 2B
Octal 302 32 274 0 127 3 30 456 114 53
Binary 11000010 11010 10111100 0 1010111 11 11000 100101110 1001100 101011

Color Harmonies of #C21ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21ABC

Black with #C21ABC

Text Example


Text Example

White with #C21ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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