Html Css Color HEX #C20CE0 Deep Magenta

📋 copy color: '#C20CE0'

red 194 ◦ green 12 ◦ blue 224

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

Shades of Deep Magenta #C20CE0

Tints of Deep Magenta #C20CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 45.12%
G = 2.79%
B = 52.09%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C20CE0 (or 0xC20CE0) is known color: Deep Magenta. HEX triplet: C2, 0C and E0. RGB value is (194,12,224). Sum of RGB (Red+Green+Blue) = 194+12+224=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #C20CE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CE0 is #3DF31F. Grayscale: #595959. Windows color (decimal): -4059936 or 14683330. OLE color: 14683330.

HSL color Cylindrical-coordinate representation of color #C20CE0: hue angle of 291.51º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20CE0 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 12 224 -
CMYK 0.13 0.95 0 0.12
HSL 291.51º 0.9% 0.46% -
HSV(B) 291.51º 0.95% 0.88% -
XYZ 35.83 17.11 71.94 -
YUV 90.59 203.3 201.76 -
System Red Green Blue C M Y K H S L
Decimal 194 12 224 0.13 0.95 0 0.12 291.51 0.9 0.46
Hex C2 C E0 D 5F 0 C 124 5A 2E
Octal 302 14 340 15 137 0 14 444 132 56
Binary 11000010 1100 11100000 1101 1011111 0 1100 100100100 1011010 101110

Color Harmonies of #C20CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CE0

Black with #C20CE0

Text Example


Text Example

White with #C20CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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