Html Css Color HEX #C60EE0 Deep Magenta

📋 copy color: '#C60EE0'

red 198 ◦ green 14 ◦ blue 224

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

Shades of Deep Magenta #C60EE0

Tints of Deep Magenta #C60EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.38%

R = 45.41%
G = 3.21%
B = 51.38%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C60EE0 (or 0xC60EE0) is known color: Deep Magenta. HEX triplet: C6, 0E and E0. RGB value is (198,14,224). Sum of RGB (Red+Green+Blue) = 198+14+224=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #C60EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60EE0 is #39F11F. Grayscale: #5C5C5C. Windows color (decimal): -3797280 or 14683846. OLE color: 14683846.

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

Color convert

RGB 198 14 224 -
CMYK 0.12 0.94 0 0.12
HSL 292.57º 0.88% 0.47% -
HSV(B) 292.57º 0.94% 0.88% -
XYZ 36.9 17.7 71.99 -
YUV 92.96 201.96 202.92 -
System Red Green Blue C M Y K H S L
Decimal 198 14 224 0.12 0.94 0 0.12 292.57 0.88 0.47
Hex C6 E E0 C 5E 0 C 125 58 2F
Octal 306 16 340 14 136 0 14 445 130 57
Binary 11000110 1110 11100000 1100 1011110 0 1100 100100101 1011000 101111

Color Harmonies of #C60EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EE0

Black with #C60EE0

Text Example


Text Example

White with #C60EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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