Html Css Color HEX #C20CD1 Deep Magenta

📋 copy color: '#C20CD1'

red 194 ◦ green 12 ◦ blue 209

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

Shades of Deep Magenta #C20CD1

Tints of Deep Magenta #C20CD1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.89%

 BLUE value IS 209 (82.03% from 255) = 50.36%

R = 46.75%
G = 2.89%
B = 50.36%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C20CD1 (or 0xC20CD1) is known color: Deep Magenta. HEX triplet: C2, 0C and D1. RGB value is (194,12,209). Sum of RGB (Red+Green+Blue) = 194+12+209=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #C20CD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CD1 is #3DF32E. Grayscale: #585858. Windows color (decimal): -4059951 or 13700290. OLE color: 13700290.

HSL color Cylindrical-coordinate representation of color #C20CD1: hue angle of 295.43º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CD1 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 12 209 -
CMYK 0.07 0.94 0 0.18
HSL 295.43º 0.89% 0.43% -
HSV(B) 295.43º 0.94% 0.82% -
XYZ 33.89 16.34 61.69 -
YUV 88.88 195.8 202.98 -
System Red Green Blue C M Y K H S L
Decimal 194 12 209 0.07 0.94 0 0.18 295.43 0.89 0.43
Hex C2 C D1 7 5E 0 12 127 59 2B
Octal 302 14 321 7 136 0 22 447 131 53
Binary 11000010 1100 11010001 111 1011110 0 10010 100100111 1011001 101011

Color Harmonies of #C20CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CD1

Black with #C20CD1

Text Example


Text Example

White with #C20CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CD1; }

 p { color: rgb(194,12,209); }

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

background-color css

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

 a { background-color: rgb(194,12,209); }

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

border-color css

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

 span { border-color: rgb(194,12,209); }

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