Html Css Color HEX #C01CDB Deep Magenta

📋 copy color: '#C01CDB'

red 192 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #C01CDB

Tints of Deep Magenta #C01CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.38%

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

R = 43.74%
G = 6.38%
B = 49.89%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C01CDB (or 0xC01CDB) is known color: Deep Magenta. HEX triplet: C0, 1C and DB. RGB value is (192,28,219). Sum of RGB (Red+Green+Blue) = 192+28+219=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #C01CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CDB is #3FE324. Grayscale: #626262. Windows color (decimal): -4186917 or 14359744. OLE color: 14359744.

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

Color convert

RGB 192 28 219 -
CMYK 0.12 0.87 0 0.14
HSL 291.52º 0.77% 0.48% -
HSV(B) 291.52º 0.87% 0.86% -
XYZ 34.94 17.15 68.49 -
YUV 98.81 195.83 194.47 -
System Red Green Blue C M Y K H S L
Decimal 192 28 219 0.12 0.87 0 0.14 291.52 0.77 0.48
Hex C0 1C DB C 57 0 E 124 4D 30
Octal 300 34 333 14 127 0 16 444 115 60
Binary 11000000 11100 11011011 1100 1010111 0 1110 100100100 1001101 110000

Color Harmonies of #C01CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CDB

Black with #C01CDB

Text Example


Text Example

White with #C01CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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