Html Css Color HEX #C610DB Deep Magenta

📋 copy color: '#C610DB'

red 198 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #C610DB

Tints of Deep Magenta #C610DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.7%

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

R = 45.73%
G = 3.7%
B = 50.58%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C610DB (or 0xC610DB) is known color: Deep Magenta. HEX triplet: C6, 10 and DB. RGB value is (198,16,219). Sum of RGB (Red+Green+Blue) = 198+16+219=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #C610DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610DB is #39EF24. Grayscale: #5C5C5C. Windows color (decimal): -3796773 or 14356678. OLE color: 14356678.

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

Color convert

RGB 198 16 219 -
CMYK 0.10 0.93 0 0.14
HSL 293.79º 0.86% 0.46% -
HSV(B) 293.79º 0.93% 0.86% -
XYZ 36.26 17.49 68.48 -
YUV 93.56 198.8 202.49 -
System Red Green Blue C M Y K H S L
Decimal 198 16 219 0.10 0.93 0 0.14 293.79 0.86 0.46
Hex C6 10 DB A 5D 0 E 126 56 2E
Octal 306 20 333 12 135 0 16 446 126 56
Binary 11000110 10000 11011011 1010 1011101 0 1110 100100110 1010110 101110

Color Harmonies of #C610DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C610DB

Black with #C610DB

Text Example


Text Example

White with #C610DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C610DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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