Html Css Color HEX #C60ACD Deep Magenta

📋 copy color: '#C60ACD'

red 198 ◦ green 10 ◦ blue 205

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

Shades of Deep Magenta #C60ACD

Tints of Deep Magenta #C60ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 47.94%
G = 2.42%
B = 49.64%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C60ACD (or 0xC60ACD) is known color: Deep Magenta. HEX triplet: C6, 0A and CD. RGB value is (198,10,205). Sum of RGB (Red+Green+Blue) = 198+10+205=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #C60ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ACD is #39F532. Grayscale: #575757. Windows color (decimal): -3798323 or 13437638. OLE color: 13437638.

HSL color Cylindrical-coordinate representation of color #C60ACD: hue angle of 297.85º 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 #C60ACD is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 10 205 -
CMYK 0.03 0.95 0 0.20
HSL 297.85º 0.91% 0.42% -
HSV(B) 297.85º 0.95% 0.8% -
XYZ 34.42 16.63 59.15 -
YUV 88.44 193.78 206.14 -
System Red Green Blue C M Y K H S L
Decimal 198 10 205 0.03 0.95 0 0.20 297.85 0.91 0.42
Hex C6 A CD 3 5F 0 14 12A 5B 2A
Octal 306 12 315 3 137 0 24 452 133 52
Binary 11000110 1010 11001101 11 1011111 0 10100 100101010 1011011 101010

Color Harmonies of #C60ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60ACD

Black with #C60ACD

Text Example


Text Example

White with #C60ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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