Html Css Color HEX #C21EB4 Deep Magenta

📋 copy color: '#C21EB4'

red 194 ◦ green 30 ◦ blue 180

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

Shades of Deep Magenta #C21EB4

Tints of Deep Magenta #C21EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.55%

R = 48.02%
G = 7.43%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C21EB4 (or 0xC21EB4) is known color: Deep Magenta. HEX triplet: C2, 1E and B4. RGB value is (194,30,180). Sum of RGB (Red+Green+Blue) = 194+30+180=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21EB4 is #3DE14B. Grayscale: #5F5F5F. Windows color (decimal): -4055372 or 11804354. OLE color: 11804354.

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

Color convert

RGB 194 30 180 -
CMYK 0 0.85 0.07 0.24
HSL 305.12º 0.73% 0.44% -
HSV(B) 305.12º 0.85% 0.76% -
XYZ 30.95 15.69 44.58 -
YUV 96.14 175.33 197.8 -
System Red Green Blue C M Y K H S L
Decimal 194 30 180 0 0.85 0.07 0.24 305.12 0.73 0.44
Hex C2 1E B4 0 55 7 18 131 49 2C
Octal 302 36 264 0 125 7 30 461 111 54
Binary 11000010 11110 10110100 0 1010101 111 11000 100110001 1001001 101100

Color Harmonies of #C21EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EB4

Black with #C21EB4

Text Example


Text Example

White with #C21EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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