Html Css Color HEX #C60EBD Deep Magenta

📋 copy color: '#C60EBD'

red 198 ◦ green 14 ◦ blue 189

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

Shades of Deep Magenta #C60EBD

Tints of Deep Magenta #C60EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 49.38%
G = 3.49%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C60EBD (or 0xC60EBD) is known color: Deep Magenta. HEX triplet: C6, 0E and BD. RGB value is (198,14,189). Sum of RGB (Red+Green+Blue) = 198+14+189=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60EBD is #39F142. Grayscale: #585858. Windows color (decimal): -3797315 or 12390086. OLE color: 12390086.

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

Color convert

RGB 198 14 189 -
CMYK 0 0.93 0.05 0.22
HSL 302.93º 0.87% 0.42% -
HSV(B) 302.93º 0.93% 0.78% -
XYZ 32.63 15.99 49.51 -
YUV 88.97 184.46 205.77 -
System Red Green Blue C M Y K H S L
Decimal 198 14 189 0 0.93 0.05 0.22 302.93 0.87 0.42
Hex C6 E BD 0 5D 5 16 12F 57 2A
Octal 306 16 275 0 135 5 26 457 127 52
Binary 11000110 1110 10111101 0 1011101 101 10110 100101111 1010111 101010

Color Harmonies of #C60EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EBD

Black with #C60EBD

Text Example


Text Example

White with #C60EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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