Html Css Color HEX #C21ECB Deep Magenta

📋 copy color: '#C21ECB'

red 194 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #C21ECB

Tints of Deep Magenta #C21ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 45.43%
G = 7.03%
B = 47.54%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C21ECB (or 0xC21ECB) is known color: Deep Magenta. HEX triplet: C2, 1E and CB. RGB value is (194,30,203). Sum of RGB (Red+Green+Blue) = 194+30+203=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #C21ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ECB is #3DE134. Grayscale: #626262. Windows color (decimal): -4055349 or 13311682. OLE color: 13311682.

HSL color Cylindrical-coordinate representation of color #C21ECB: hue angle of 296.88º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21ECB is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 30 203 -
CMYK 0.04 0.85 0 0.20
HSL 296.88º 0.74% 0.46% -
HSV(B) 296.88º 0.85% 0.8% -
XYZ 33.49 16.71 57.96 -
YUV 98.76 186.83 195.93 -
System Red Green Blue C M Y K H S L
Decimal 194 30 203 0.04 0.85 0 0.20 296.88 0.74 0.46
Hex C2 1E CB 4 55 0 14 129 4A 2E
Octal 302 36 313 4 125 0 24 451 112 56
Binary 11000010 11110 11001011 100 1010101 0 10100 100101001 1001010 101110

Color Harmonies of #C21ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21ECB

Black with #C21ECB

Text Example


Text Example

White with #C21ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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