Html Css Color HEX #C60DCC Deep Magenta

📋 copy color: '#C60DCC'

red 198 ◦ green 13 ◦ blue 204

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

Shades of Deep Magenta #C60DCC

Tints of Deep Magenta #C60DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 47.71%
G = 3.13%
B = 49.16%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C60DCC (or 0xC60DCC) is known color: Deep Magenta. HEX triplet: C6, 0D and CC. RGB value is (198,13,204). Sum of RGB (Red+Green+Blue) = 198+13+204=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #C60DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DCC is #39F233. Grayscale: #595959. Windows color (decimal): -3797556 or 13372870. OLE color: 13372870.

HSL color Cylindrical-coordinate representation of color #C60DCC: hue angle of 298.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60DCC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 13 204 -
CMYK 0.03 0.94 0 0.2
HSL 298.12º 0.88% 0.43% -
HSV(B) 298.12º 0.94% 0.8% -
XYZ 34.33 16.65 58.53 -
YUV 90.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 198 13 204 0.03 0.94 0 0.2 298.12 0.88 0.43
Hex C6 D CC 3 5E 0 14 12A 58 2B
Octal 306 15 314 3 136 0 24 452 130 53
Binary 11000110 1101 11001100 11 1011110 0 10100 100101010 1011000 101011

Color Harmonies of #C60DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60DCC

Black with #C60DCC

Text Example


Text Example

White with #C60DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60DCC; }

 p { color: rgb(198,13,204); }

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

background-color css

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

 a { background-color: rgb(198,13,204); }

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

border-color css

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

 span { border-color: rgb(198,13,204); }

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