Html Css Color HEX #C21EBC Deep Magenta

📋 copy color: '#C21EBC'

red 194 ◦ green 30 ◦ blue 188

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

Shades of Deep Magenta #C21EBC

Tints of Deep Magenta #C21EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 47.09%
G = 7.28%
B = 45.63%

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

#C21EBC (or 0xC21EBC) is known color: Deep Magenta. HEX triplet: C2, 1E and BC. RGB value is (194,30,188). Sum of RGB (Red+Green+Blue) = 194+30+188=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21EBC is #3DE143. Grayscale: #606060. Windows color (decimal): -4055364 or 12328642. OLE color: 12328642.

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

Color convert

RGB 194 30 188 -
CMYK 0 0.85 0.03 0.24
HSL 302.2º 0.73% 0.44% -
HSV(B) 302.2º 0.85% 0.76% -
XYZ 31.79 16.03 49 -
YUV 97.05 179.33 197.15 -
System Red Green Blue C M Y K H S L
Decimal 194 30 188 0 0.85 0.03 0.24 302.2 0.73 0.44
Hex C2 1E BC 0 55 3 18 12E 49 2C
Octal 302 36 274 0 125 3 30 456 111 54
Binary 11000010 11110 10111100 0 1010101 11 11000 100101110 1001001 101100

Color Harmonies of #C21EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EBC

Black with #C21EBC

Text Example


Text Example

White with #C21EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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