Html Css Color HEX #C21ECD Deep Magenta

📋 copy color: '#C21ECD'

red 194 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #C21ECD

Tints of Deep Magenta #C21ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 45.22%
G = 6.99%
B = 47.79%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C21ECD (or 0xC21ECD) is known color: Deep Magenta. HEX triplet: C2, 1E and CD. RGB value is (194,30,205). Sum of RGB (Red+Green+Blue) = 194+30+205=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #C21ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ECD is #3DE132. Grayscale: #626262. Windows color (decimal): -4055347 or 13442754. OLE color: 13442754.

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

Color convert

RGB 194 30 205 -
CMYK 0.05 0.85 0 0.20
HSL 296.23º 0.74% 0.46% -
HSV(B) 296.23º 0.85% 0.8% -
XYZ 33.73 16.81 59.22 -
YUV 98.99 187.83 195.77 -
System Red Green Blue C M Y K H S L
Decimal 194 30 205 0.05 0.85 0 0.20 296.23 0.74 0.46
Hex C2 1E CD 5 55 0 14 128 4A 2E
Octal 302 36 315 5 125 0 24 450 112 56
Binary 11000010 11110 11001101 101 1010101 0 10100 100101000 1001010 101110

Color Harmonies of #C21ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21ECD

Black with #C21ECD

Text Example


Text Example

White with #C21ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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