Html Css Color HEX #C20EBC Deep Magenta

📋 copy color: '#C20EBC'

red 194 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #C20EBC

Tints of Deep Magenta #C20EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.54%

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

R = 48.99%
G = 3.54%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C20EBC (or 0xC20EBC) is known color: Deep Magenta. HEX triplet: C2, 0E and BC. RGB value is (194,14,188). Sum of RGB (Red+Green+Blue) = 194+14+188=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20EBC is #3DF143. Grayscale: #575757. Windows color (decimal): -4059460 or 12324546. OLE color: 12324546.

HSL color Cylindrical-coordinate representation of color #C20EBC: hue angle of 302º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20EBC is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 14 188 -
CMYK 0 0.93 0.03 0.24
HSL 302º 0.87% 0.41% -
HSV(B) 302º 0.93% 0.76% -
XYZ 31.48 15.41 48.89 -
YUV 87.66 184.63 203.85 -
System Red Green Blue C M Y K H S L
Decimal 194 14 188 0 0.93 0.03 0.24 302 0.87 0.41
Hex C2 E BC 0 5D 3 18 12E 57 29
Octal 302 16 274 0 135 3 30 456 127 51
Binary 11000010 1110 10111100 0 1011101 11 11000 100101110 1010111 101001

Color Harmonies of #C20EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EBC

Black with #C20EBC

Text Example


Text Example

White with #C20EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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