Html Css Color HEX #C60EDC Deep Magenta

📋 copy color: '#C60EDC'

red 198 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #C60EDC

Tints of Deep Magenta #C60EDC

RGB

 RED value IS 198 (77.73% from 255) = 45.83%

 GREEN value IS 14 (5.86% from 255) = 3.24%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 45.83%
G = 3.24%
B = 50.93%

CMYK

 C value IS 0.1

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C60EDC (or 0xC60EDC) is known color: Deep Magenta. HEX triplet: C6, 0E and DC. RGB value is (198,14,220). Sum of RGB (Red+Green+Blue) = 198+14+220=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #C60EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60EDC is #39F123. Grayscale: #5B5B5B. Windows color (decimal): -3797284 or 14421702. OLE color: 14421702.

HSL color Cylindrical-coordinate representation of color #C60EDC: hue angle of 293.59º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60EDC is Cyan = 0.1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 14 220 -
CMYK 0.1 0.94 0 0.14
HSL 293.59º 0.88% 0.46% -
HSV(B) 293.59º 0.94% 0.86% -
XYZ 36.36 17.49 69.17 -
YUV 92.5 199.96 203.25 -
System Red Green Blue C M Y K H S L
Decimal 198 14 220 0.1 0.94 0 0.14 293.59 0.88 0.46
Hex C6 E DC A 5E 0 E 126 58 2E
Octal 306 16 334 12 136 0 16 446 130 56
Binary 11000110 1110 11011100 1010 1011110 0 1110 100100110 1011000 101110

Color Harmonies of #C60EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EDC

Black with #C60EDC

Text Example


Text Example

White with #C60EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EDC; }

 p { color: rgb(198,14,220); }

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

background-color css

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

 a { background-color: rgb(198,14,220); }

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

border-color css

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

 span { border-color: rgb(198,14,220); }

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