Html Css Color HEX #C20CCE Deep Magenta

📋 copy color: '#C20CCE'

red 194 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #C20CCE

Tints of Deep Magenta #C20CCE

RGB

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

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

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

R = 47.09%
G = 2.91%
B = 50%

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

#C20CCE (or 0xC20CCE) is known color: Deep Magenta. HEX triplet: C2, 0C and CE. RGB value is (194,12,206). Sum of RGB (Red+Green+Blue) = 194+12+206=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #C20CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CCE is #3DF331. Grayscale: #575757. Windows color (decimal): -4059954 or 13503682. OLE color: 13503682.

HSL color Cylindrical-coordinate representation of color #C20CCE: hue angle of 296.29º degrees, saturation: 0.89, 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 #C20CCE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 12 206 -
CMYK 0.06 0.94 0 0.19
HSL 296.29º 0.89% 0.43% -
HSV(B) 296.29º 0.94% 0.81% -
XYZ 33.52 16.19 59.75 -
YUV 88.53 194.3 203.23 -
System Red Green Blue C M Y K H S L
Decimal 194 12 206 0.06 0.94 0 0.19 296.29 0.89 0.43
Hex C2 C CE 6 5E 0 13 128 59 2B
Octal 302 14 316 6 136 0 23 450 131 53
Binary 11000010 1100 11001110 110 1011110 0 10011 100101000 1011001 101011

Color Harmonies of #C20CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CCE

Black with #C20CCE

Text Example


Text Example

White with #C20CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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