Html Css Color HEX #C60DDB Deep Magenta

📋 copy color: '#C60DDB'

red 198 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #C60DDB

Tints of Deep Magenta #C60DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.02%

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

R = 46.05%
G = 3.02%
B = 50.93%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C60DDB (or 0xC60DDB) is known color: Deep Magenta. HEX triplet: C6, 0D and DB. RGB value is (198,13,219). Sum of RGB (Red+Green+Blue) = 198+13+219=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #C60DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DDB is #39F224. Grayscale: #5B5B5B. Windows color (decimal): -3797541 or 14355910. OLE color: 14355910.

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

Color convert

RGB 198 13 219 -
CMYK 0.10 0.94 0 0.14
HSL 293.88º 0.89% 0.45% -
HSV(B) 293.88º 0.94% 0.86% -
XYZ 36.22 17.41 68.47 -
YUV 91.8 199.79 203.75 -
System Red Green Blue C M Y K H S L
Decimal 198 13 219 0.10 0.94 0 0.14 293.88 0.89 0.45
Hex C6 D DB A 5E 0 E 126 59 2D
Octal 306 15 333 12 136 0 16 446 131 55
Binary 11000110 1101 11011011 1010 1011110 0 1110 100100110 1011001 101101

Color Harmonies of #C60DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60DDB

Black with #C60DDB

Text Example


Text Example

White with #C60DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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