Html Css Color HEX #C20DCE Deep Magenta

📋 copy color: '#C20DCE'

red 194 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #C20DCE

Tints of Deep Magenta #C20DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.15%

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 46.97%
G = 3.15%
B = 49.88%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C20DCE (or 0xC20DCE) is known color: Deep Magenta. HEX triplet: C2, 0D and CE. RGB value is (194,13,206). Sum of RGB (Red+Green+Blue) = 194+13+206=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #C20DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DCE is #3DF231. Grayscale: #585858. Windows color (decimal): -4059698 or 13503938. OLE color: 13503938.

HSL color Cylindrical-coordinate representation of color #C20DCE: hue angle of 296.27º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20DCE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 13 206 -
CMYK 0.06 0.94 0 0.19
HSL 296.27º 0.88% 0.43% -
HSV(B) 296.27º 0.94% 0.81% -
XYZ 33.53 16.21 59.75 -
YUV 89.12 193.97 202.81 -
System Red Green Blue C M Y K H S L
Decimal 194 13 206 0.06 0.94 0 0.19 296.27 0.88 0.43
Hex C2 D CE 6 5E 0 13 128 58 2B
Octal 302 15 316 6 136 0 23 450 130 53
Binary 11000010 1101 11001110 110 1011110 0 10011 100101000 1011000 101011

Color Harmonies of #C20DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20DCE

Black with #C20DCE

Text Example


Text Example

White with #C20DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20DCE; }

 p { color: rgb(194,13,206); }

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

background-color css

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

 a { background-color: rgb(194,13,206); }

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

border-color css

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

 span { border-color: rgb(194,13,206); }

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