Html Css Color HEX #C60ACC Deep Magenta

📋 copy color: '#C60ACC'

red 198 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #C60ACC

Tints of Deep Magenta #C60ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

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

R = 48.06%
G = 2.43%
B = 49.51%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C60ACC (or 0xC60ACC) is known color: Deep Magenta. HEX triplet: C6, 0A and CC. RGB value is (198,10,204). Sum of RGB (Red+Green+Blue) = 198+10+204=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #C60ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ACC is #39F533. Grayscale: #575757. Windows color (decimal): -3798324 or 13372102. OLE color: 13372102.

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

Color convert

RGB 198 10 204 -
CMYK 0.03 0.95 0 0.2
HSL 298.14º 0.91% 0.42% -
HSV(B) 298.14º 0.95% 0.8% -
XYZ 34.3 16.58 58.52 -
YUV 88.33 193.28 206.23 -
System Red Green Blue C M Y K H S L
Decimal 198 10 204 0.03 0.95 0 0.2 298.14 0.91 0.42
Hex C6 A CC 3 5F 0 14 12A 5B 2A
Octal 306 12 314 3 137 0 24 452 133 52
Binary 11000110 1010 11001100 11 1011111 0 10100 100101010 1011011 101010

Color Harmonies of #C60ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60ACC

Black with #C60ACC

Text Example


Text Example

White with #C60ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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