Html Css Color HEX #C100DB Deep Magenta

📋 copy color: '#C100DB'

red 193 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #C100DB

Tints of Deep Magenta #C100DB

RGB

 RED value IS 193 (75.78% from 255) = 46.84%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.84%
G = 0%
B = 53.16%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C100DB (or 0xC100DB) is known color: Deep Magenta. HEX triplet: C1, 00 and DB. RGB value is (193,0,219). Sum of RGB (Red+Green+Blue) = 193+0+219=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #C100DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100DB is #3EFF24. Grayscale: #515151. Windows color (decimal): -4128549 or 14352577. OLE color: 14352577.

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

Color convert

RGB 193 0 219 -
CMYK 0.12 1 0 0.14
HSL 292.88º 1% 0.43% -
HSV(B) 292.88º 1% 0.86% -
XYZ 34.78 16.45 68.36 -
YUV 82.67 204.94 206.69 -
System Red Green Blue C M Y K H S L
Decimal 193 0 219 0.12 1 0 0.14 292.88 1 0.43
Hex C1 0 DB C 64 0 E 125 64 2B
Octal 301 0 333 14 144 0 16 445 144 53
Binary 11000001 0 11011011 1100 1100100 0 1110 100100101 1100100 101011

Color Harmonies of #C100DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100DB

Black with #C100DB

Text Example


Text Example

White with #C100DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100DB; }

 p { color: rgb(193,0,219); }

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

background-color css

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

 a { background-color: rgb(193,0,219); }

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

border-color css

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

 span { border-color: rgb(193,0,219); }

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