Html Css Color HEX #C21EBD Deep Magenta

📋 copy color: '#C21EBD'

red 194 ◦ green 30 ◦ blue 189

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

Shades of Deep Magenta #C21EBD

Tints of Deep Magenta #C21EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 46.97%
G = 7.26%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C21EBD (or 0xC21EBD) is known color: Deep Magenta. HEX triplet: C2, 1E and BD. RGB value is (194,30,189). Sum of RGB (Red+Green+Blue) = 194+30+189=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21EBD is #3DE142. Grayscale: #606060. Windows color (decimal): -4055363 or 12394178. OLE color: 12394178.

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

Color convert

RGB 194 30 189 -
CMYK 0 0.85 0.03 0.24
HSL 301.83º 0.73% 0.44% -
HSV(B) 301.83º 0.85% 0.76% -
XYZ 31.9 16.07 49.57 -
YUV 97.16 179.83 197.07 -
System Red Green Blue C M Y K H S L
Decimal 194 30 189 0 0.85 0.03 0.24 301.83 0.73 0.44
Hex C2 1E BD 0 55 3 18 12E 49 2C
Octal 302 36 275 0 125 3 30 456 111 54
Binary 11000010 11110 10111101 0 1010101 11 11000 100101110 1001001 101100

Color Harmonies of #C21EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EBD

Black with #C21EBD

Text Example


Text Example

White with #C21EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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