Html Css Color HEX #C60ECE Deep Magenta

📋 copy color: '#C60ECE'

red 198 ◦ green 14 ◦ blue 206

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

Shades of Deep Magenta #C60ECE

Tints of Deep Magenta #C60ECE

RGB

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

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

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

R = 47.37%
G = 3.35%
B = 49.28%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C60ECE (or 0xC60ECE) is known color: Deep Magenta. HEX triplet: C6, 0E and CE. RGB value is (198,14,206). Sum of RGB (Red+Green+Blue) = 198+14+206=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #C60ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ECE is #39F131. Grayscale: #5A5A5A. Windows color (decimal): -3797298 or 13504198. OLE color: 13504198.

HSL color Cylindrical-coordinate representation of color #C60ECE: hue angle of 297.5º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60ECE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 14 206 -
CMYK 0.04 0.93 0 0.19
HSL 297.5º 0.87% 0.43% -
HSV(B) 297.5º 0.93% 0.81% -
XYZ 34.59 16.78 59.81 -
YUV 90.9 192.96 204.39 -
System Red Green Blue C M Y K H S L
Decimal 198 14 206 0.04 0.93 0 0.19 297.5 0.87 0.43
Hex C6 E CE 4 5D 0 13 12A 57 2B
Octal 306 16 316 4 135 0 23 452 127 53
Binary 11000110 1110 11001110 100 1011101 0 10011 100101010 1010111 101011

Color Harmonies of #C60ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60ECE

Black with #C60ECE

Text Example


Text Example

White with #C60ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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