Html Css Color HEX #C60ECC Deep Magenta

📋 copy color: '#C60ECC'

red 198 ◦ green 14 ◦ blue 204

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

Shades of Deep Magenta #C60ECC

Tints of Deep Magenta #C60ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 47.6%
G = 3.37%
B = 49.04%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C60ECC (or 0xC60ECC) is known color: Deep Magenta. HEX triplet: C6, 0E and CC. RGB value is (198,14,204). Sum of RGB (Red+Green+Blue) = 198+14+204=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #C60ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ECC is #39F133. Grayscale: #5A5A5A. Windows color (decimal): -3797300 or 13373126. OLE color: 13373126.

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

Color convert

RGB 198 14 204 -
CMYK 0.03 0.93 0 0.2
HSL 298.11º 0.87% 0.43% -
HSV(B) 298.11º 0.93% 0.8% -
XYZ 34.34 16.68 58.54 -
YUV 90.68 191.96 204.55 -
System Red Green Blue C M Y K H S L
Decimal 198 14 204 0.03 0.93 0 0.2 298.11 0.87 0.43
Hex C6 E CC 3 5D 0 14 12A 57 2B
Octal 306 16 314 3 135 0 24 452 127 53
Binary 11000110 1110 11001100 11 1011101 0 10100 100101010 1010111 101011

Color Harmonies of #C60ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60ECC

Black with #C60ECC

Text Example


Text Example

White with #C60ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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