Html Css Color HEX #C60CCC Deep Magenta

📋 copy color: '#C60CCC'

red 198 ◦ green 12 ◦ blue 204

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

Shades of Deep Magenta #C60CCC

Tints of Deep Magenta #C60CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.9%

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

R = 47.83%
G = 2.9%
B = 49.28%

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

#C60CCC (or 0xC60CCC) is known color: Deep Magenta. HEX triplet: C6, 0C and CC. RGB value is (198,12,204). Sum of RGB (Red+Green+Blue) = 198+12+204=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #C60CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CCC is #39F333. Grayscale: #585858. Windows color (decimal): -3797812 or 13372614. OLE color: 13372614.

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

Color convert

RGB 198 12 204 -
CMYK 0.03 0.94 0 0.2
HSL 298.13º 0.89% 0.42% -
HSV(B) 298.13º 0.94% 0.8% -
XYZ 34.32 16.63 58.53 -
YUV 89.5 192.62 205.39 -
System Red Green Blue C M Y K H S L
Decimal 198 12 204 0.03 0.94 0 0.2 298.13 0.89 0.42
Hex C6 C CC 3 5E 0 14 12A 59 2A
Octal 306 14 314 3 136 0 24 452 131 52
Binary 11000110 1100 11001100 11 1011110 0 10100 100101010 1011001 101010

Color Harmonies of #C60CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CCC

Black with #C60CCC

Text Example


Text Example

White with #C60CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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