Html Css Color HEX #C00FDB Deep Magenta

📋 copy color: '#C00FDB'

red 192 ◦ green 15 ◦ blue 219

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

Shades of Deep Magenta #C00FDB

Tints of Deep Magenta #C00FDB

RGB

 RED value IS 192 (75.39% from 255) = 45.07%

 GREEN value IS 15 (6.25% from 255) = 3.52%

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

R = 45.07%
G = 3.52%
B = 51.41%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C00FDB (or 0xC00FDB) is known color: Deep Magenta. HEX triplet: C0, 0F and DB. RGB value is (192,15,219). Sum of RGB (Red+Green+Blue) = 192+15+219=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #C00FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FDB is #3FF024. Grayscale: #5A5A5A. Windows color (decimal): -4190245 or 14356416. OLE color: 14356416.

HSL color Cylindrical-coordinate representation of color #C00FDB: hue angle of 292.06º degrees, saturation: 0.87, 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 #C00FDB is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 15 219 -
CMYK 0.12 0.93 0 0.14
HSL 292.06º 0.87% 0.46% -
HSV(B) 292.06º 0.93% 0.86% -
XYZ 34.7 16.66 68.41 -
YUV 91.18 200.14 199.91 -
System Red Green Blue C M Y K H S L
Decimal 192 15 219 0.12 0.93 0 0.14 292.06 0.87 0.46
Hex C0 F DB C 5D 0 E 124 57 2E
Octal 300 17 333 14 135 0 16 444 127 56
Binary 11000000 1111 11011011 1100 1011101 0 1110 100100100 1010111 101110

Color Harmonies of #C00FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00FDB

Black with #C00FDB

Text Example


Text Example

White with #C00FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00FDB; }

 p { color: rgb(192,15,219); }

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

background-color css

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

 a { background-color: rgb(192,15,219); }

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

border-color css

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

 span { border-color: rgb(192,15,219); }

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