Html Css Color HEX #C60FDD Deep Magenta

📋 copy color: '#C60FDD'

red 198 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #C60FDD

Tints of Deep Magenta #C60FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 45.62%
G = 3.46%
B = 50.92%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C60FDD (or 0xC60FDD) is known color: Deep Magenta. HEX triplet: C6, 0F and DD. RGB value is (198,15,221). Sum of RGB (Red+Green+Blue) = 198+15+221=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #C60FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FDD is #39F022. Grayscale: #5C5C5C. Windows color (decimal): -3797027 or 14487494. OLE color: 14487494.

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

Color convert

RGB 198 15 221 -
CMYK 0.10 0.93 0 0.13
HSL 293.3º 0.87% 0.46% -
HSV(B) 293.3º 0.93% 0.87% -
XYZ 36.51 17.57 69.87 -
YUV 93.2 200.13 202.75 -
System Red Green Blue C M Y K H S L
Decimal 198 15 221 0.10 0.93 0 0.13 293.3 0.87 0.46
Hex C6 F DD A 5D 0 D 125 57 2E
Octal 306 17 335 12 135 0 15 445 127 56
Binary 11000110 1111 11011101 1010 1011101 0 1101 100100101 1010111 101110

Color Harmonies of #C60FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FDD

Black with #C60FDD

Text Example


Text Example

White with #C60FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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