Html Css Color HEX #C21EB8 Deep Magenta

📋 copy color: '#C21EB8'

red 194 ◦ green 30 ◦ blue 184

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

Shades of Deep Magenta #C21EB8

Tints of Deep Magenta #C21EB8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.35%

 BLUE value IS 184 (72.27% from 255) = 45.1%

R = 47.55%
G = 7.35%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C21EB8 (or 0xC21EB8) is known color: Deep Magenta. HEX triplet: C2, 1E and B8. RGB value is (194,30,184). Sum of RGB (Red+Green+Blue) = 194+30+184=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21EB8 is #3DE147. Grayscale: #606060. Windows color (decimal): -4055368 or 12066498. OLE color: 12066498.

HSL color Cylindrical-coordinate representation of color #C21EB8: hue angle of 303.66º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21EB8 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 30 184 -
CMYK 0 0.85 0.05 0.24
HSL 303.66º 0.73% 0.44% -
HSV(B) 303.66º 0.85% 0.76% -
XYZ 31.36 15.86 46.76 -
YUV 96.59 177.33 197.48 -
System Red Green Blue C M Y K H S L
Decimal 194 30 184 0 0.85 0.05 0.24 303.66 0.73 0.44
Hex C2 1E B8 0 55 5 18 130 49 2C
Octal 302 36 270 0 125 5 30 460 111 54
Binary 11000010 11110 10111000 0 1010101 101 11000 100110000 1001001 101100

Color Harmonies of #C21EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EB8

Black with #C21EB8

Text Example


Text Example

White with #C21EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EB8; }

 p { color: rgb(194,30,184); }

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

background-color css

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

 a { background-color: rgb(194,30,184); }

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

border-color css

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

 span { border-color: rgb(194,30,184); }

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