Html Css Color HEX #C20CDE Deep Magenta

📋 copy color: '#C20CDE'

red 194 ◦ green 12 ◦ blue 222

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

Shades of Deep Magenta #C20CDE

Tints of Deep Magenta #C20CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 45.33%
G = 2.8%
B = 51.87%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C20CDE (or 0xC20CDE) is known color: Deep Magenta. HEX triplet: C2, 0C and DE. RGB value is (194,12,222). Sum of RGB (Red+Green+Blue) = 194+12+222=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #C20CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CDE is #3DF321. Grayscale: #595959. Windows color (decimal): -4059938 or 14552258. OLE color: 14552258.

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

Color convert

RGB 194 12 222 -
CMYK 0.13 0.95 0 0.13
HSL 292º 0.9% 0.46% -
HSV(B) 292º 0.95% 0.87% -
XYZ 35.56 17.01 70.52 -
YUV 90.36 202.3 201.92 -
System Red Green Blue C M Y K H S L
Decimal 194 12 222 0.13 0.95 0 0.13 292 0.9 0.46
Hex C2 C DE D 5F 0 D 124 5A 2E
Octal 302 14 336 15 137 0 15 444 132 56
Binary 11000010 1100 11011110 1101 1011111 0 1101 100100100 1011010 101110

Color Harmonies of #C20CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CDE

Black with #C20CDE

Text Example


Text Example

White with #C20CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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