Html Css Color HEX #C01BDB Deep Magenta

📋 copy color: '#C01BDB'

red 192 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #C01BDB

Tints of Deep Magenta #C01BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.16%

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

R = 43.84%
G = 6.16%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C01BDB (or 0xC01BDB) is known color: Deep Magenta. HEX triplet: C0, 1B and DB. RGB value is (192,27,219). Sum of RGB (Red+Green+Blue) = 192+27+219=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #C01BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BDB is #3FE424. Grayscale: #616161. Windows color (decimal): -4187173 or 14359488. OLE color: 14359488.

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

Color convert

RGB 192 27 219 -
CMYK 0.12 0.88 0 0.14
HSL 291.56º 0.78% 0.48% -
HSV(B) 291.56º 0.88% 0.86% -
XYZ 34.92 17.1 68.48 -
YUV 98.22 196.16 194.89 -
System Red Green Blue C M Y K H S L
Decimal 192 27 219 0.12 0.88 0 0.14 291.56 0.78 0.48
Hex C0 1B DB C 58 0 E 124 4E 30
Octal 300 33 333 14 130 0 16 444 116 60
Binary 11000000 11011 11011011 1100 1011000 0 1110 100100100 1001110 110000

Color Harmonies of #C01BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BDB

Black with #C01BDB

Text Example


Text Example

White with #C01BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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