Html Css Color HEX #C60EBF Deep Magenta

📋 copy color: '#C60EBF'

red 198 ◦ green 14 ◦ blue 191

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

Shades of Deep Magenta #C60EBF

Tints of Deep Magenta #C60EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.39%

R = 49.13%
G = 3.47%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C60EBF (or 0xC60EBF) is known color: Deep Magenta. HEX triplet: C6, 0E and BF. RGB value is (198,14,191). Sum of RGB (Red+Green+Blue) = 198+14+191=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60EBF is #39F140. Grayscale: #585858. Windows color (decimal): -3797313 or 12521158. OLE color: 12521158.

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

Color convert

RGB 198 14 191 -
CMYK 0 0.93 0.04 0.22
HSL 302.28º 0.87% 0.42% -
HSV(B) 302.28º 0.93% 0.78% -
XYZ 32.85 16.08 50.66 -
YUV 89.19 185.46 205.61 -
System Red Green Blue C M Y K H S L
Decimal 198 14 191 0 0.93 0.04 0.22 302.28 0.87 0.42
Hex C6 E BF 0 5D 4 16 12E 57 2A
Octal 306 16 277 0 135 4 26 456 127 52
Binary 11000110 1110 10111111 0 1011101 100 10110 100101110 1010111 101010

Color Harmonies of #C60EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EBF

Black with #C60EBF

Text Example


Text Example

White with #C60EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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