Html Css Color HEX #C60ADF Deep Magenta

📋 copy color: '#C60ADF'

red 198 ◦ green 10 ◦ blue 223

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

Shades of Deep Magenta #C60ADF

Tints of Deep Magenta #C60ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 45.94%
G = 2.32%
B = 51.74%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C60ADF (or 0xC60ADF) is known color: Deep Magenta. HEX triplet: C6, 0A and DF. RGB value is (198,10,223). Sum of RGB (Red+Green+Blue) = 198+10+223=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #C60ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ADF is #39F520. Grayscale: #595959. Windows color (decimal): -3798305 or 14617286. OLE color: 14617286.

HSL color Cylindrical-coordinate representation of color #C60ADF: hue angle of 292.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60ADF is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 10 223 -
CMYK 0.11 0.96 0 0.13
HSL 292.96º 0.91% 0.46% -
HSV(B) 292.96º 0.96% 0.87% -
XYZ 36.72 17.55 71.26 -
YUV 90.49 202.78 204.68 -
System Red Green Blue C M Y K H S L
Decimal 198 10 223 0.11 0.96 0 0.13 292.96 0.91 0.46
Hex C6 A DF B 60 0 D 125 5B 2E
Octal 306 12 337 13 140 0 15 445 133 56
Binary 11000110 1010 11011111 1011 1100000 0 1101 100100101 1011011 101110

Color Harmonies of #C60ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60ADF

Black with #C60ADF

Text Example


Text Example

White with #C60ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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