Html Css Color HEX #C60ADB Deep Magenta

📋 copy color: '#C60ADB'

red 198 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #C60ADB

Tints of Deep Magenta #C60ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 46.37%
G = 2.34%
B = 51.29%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C60ADB (or 0xC60ADB) is known color: Deep Magenta. HEX triplet: C6, 0A and DB. RGB value is (198,10,219). Sum of RGB (Red+Green+Blue) = 198+10+219=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #C60ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ADB is #39F524. Grayscale: #595959. Windows color (decimal): -3798309 or 14355142. OLE color: 14355142.

HSL color Cylindrical-coordinate representation of color #C60ADB: hue angle of 293.97º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60ADB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 10 219 -
CMYK 0.10 0.95 0 0.14
HSL 293.97º 0.91% 0.45% -
HSV(B) 293.97º 0.95% 0.86% -
XYZ 36.18 17.34 68.46 -
YUV 90.04 200.78 205.01 -
System Red Green Blue C M Y K H S L
Decimal 198 10 219 0.10 0.95 0 0.14 293.97 0.91 0.45
Hex C6 A DB A 5F 0 E 126 5B 2D
Octal 306 12 333 12 137 0 16 446 133 55
Binary 11000110 1010 11011011 1010 1011111 0 1110 100100110 1011011 101101

Color Harmonies of #C60ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60ADB

Black with #C60ADB

Text Example


Text Example

White with #C60ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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