Html Css Color HEX #C60EDE Deep Magenta

📋 copy color: '#C60EDE'

red 198 ◦ green 14 ◦ blue 222

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

Shades of Deep Magenta #C60EDE

Tints of Deep Magenta #C60EDE

RGB

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

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

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

R = 45.62%
G = 3.23%
B = 51.15%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C60EDE (or 0xC60EDE) is known color: Deep Magenta. HEX triplet: C6, 0E and DE. RGB value is (198,14,222). Sum of RGB (Red+Green+Blue) = 198+14+222=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #C60EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60EDE is #39F121. Grayscale: #5C5C5C. Windows color (decimal): -3797282 or 14552774. OLE color: 14552774.

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

Color convert

RGB 198 14 222 -
CMYK 0.11 0.94 0 0.13
HSL 293.08º 0.88% 0.46% -
HSV(B) 293.08º 0.94% 0.87% -
XYZ 36.63 17.59 70.57 -
YUV 92.73 200.96 203.09 -
System Red Green Blue C M Y K H S L
Decimal 198 14 222 0.11 0.94 0 0.13 293.08 0.88 0.46
Hex C6 E DE B 5E 0 D 125 58 2E
Octal 306 16 336 13 136 0 15 445 130 56
Binary 11000110 1110 11011110 1011 1011110 0 1101 100100101 1011000 101110

Color Harmonies of #C60EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EDE

Black with #C60EDE

Text Example


Text Example

White with #C60EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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