Html Css Color HEX #C60EBA Deep Magenta

📋 copy color: '#C60EBA'

red 198 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #C60EBA

Tints of Deep Magenta #C60EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 49.75%
G = 3.52%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C60EBA (or 0xC60EBA) is known color: Deep Magenta. HEX triplet: C6, 0E and BA. RGB value is (198,14,186). Sum of RGB (Red+Green+Blue) = 198+14+186=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60EBA is #39F145. Grayscale: #585858. Windows color (decimal): -3797318 or 12193478. OLE color: 12193478.

HSL color Cylindrical-coordinate representation of color #C60EBA: hue angle of 303.91º 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 #C60EBA is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 14 186 -
CMYK 0 0.93 0.06 0.22
HSL 303.91º 0.87% 0.42% -
HSV(B) 303.91º 0.93% 0.78% -
XYZ 32.31 15.87 47.81 -
YUV 88.62 182.96 206.01 -
System Red Green Blue C M Y K H S L
Decimal 198 14 186 0 0.93 0.06 0.22 303.91 0.87 0.42
Hex C6 E BA 0 5D 6 16 130 57 2A
Octal 306 16 272 0 135 6 26 460 127 52
Binary 11000110 1110 10111010 0 1011101 110 10110 100110000 1010111 101010

Color Harmonies of #C60EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EBA

Black with #C60EBA

Text Example


Text Example

White with #C60EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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