Html Css Color HEX #C60FDE Deep Magenta

📋 copy color: '#C60FDE'

red 198 ◦ green 15 ◦ blue 222

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

Shades of Deep Magenta #C60FDE

Tints of Deep Magenta #C60FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.45%

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 45.52%
G = 3.45%
B = 51.03%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C60FDE (or 0xC60FDE) is known color: Deep Magenta. HEX triplet: C6, 0F and DE. RGB value is (198,15,222). Sum of RGB (Red+Green+Blue) = 198+15+222=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #C60FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FDE is #39F021. Grayscale: #5C5C5C. Windows color (decimal): -3797026 or 14553030. OLE color: 14553030.

HSL color Cylindrical-coordinate representation of color #C60FDE: hue angle of 293.04º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60FDE is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 15 222 -
CMYK 0.11 0.93 0 0.13
HSL 293.04º 0.87% 0.46% -
HSV(B) 293.04º 0.93% 0.87% -
XYZ 36.64 17.62 70.58 -
YUV 93.32 200.63 202.67 -
System Red Green Blue C M Y K H S L
Decimal 198 15 222 0.11 0.93 0 0.13 293.04 0.87 0.46
Hex C6 F DE B 5D 0 D 125 57 2E
Octal 306 17 336 13 135 0 15 445 127 56
Binary 11000110 1111 11011110 1011 1011101 0 1101 100100101 1010111 101110

Color Harmonies of #C60FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FDE

Black with #C60FDE

Text Example


Text Example

White with #C60FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FDE; }

 p { color: rgb(198,15,222); }

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

background-color css

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

 a { background-color: rgb(198,15,222); }

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

border-color css

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

 span { border-color: rgb(198,15,222); }

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