Html Css Color HEX #C01BDC Deep Magenta

📋 copy color: '#C01BDC'

red 192 ◦ green 27 ◦ blue 220

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

Shades of Deep Magenta #C01BDC

Tints of Deep Magenta #C01BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 43.74%
G = 6.15%
B = 50.11%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C01BDC (or 0xC01BDC) is known color: Deep Magenta. HEX triplet: C0, 1B and DC. RGB value is (192,27,220). Sum of RGB (Red+Green+Blue) = 192+27+220=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #C01BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BDC is #3FE423. Grayscale: #616161. Windows color (decimal): -4187172 or 14425024. OLE color: 14425024.

HSL color Cylindrical-coordinate representation of color #C01BDC: hue angle of 291.3º 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 #C01BDC is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 27 220 -
CMYK 0.13 0.88 0 0.14
HSL 291.3º 0.78% 0.48% -
HSV(B) 291.3º 0.88% 0.86% -
XYZ 35.05 17.16 69.17 -
YUV 98.34 196.66 194.81 -
System Red Green Blue C M Y K H S L
Decimal 192 27 220 0.13 0.88 0 0.14 291.3 0.78 0.48
Hex C0 1B DC D 58 0 E 123 4E 30
Octal 300 33 334 15 130 0 16 443 116 60
Binary 11000000 11011 11011100 1101 1011000 0 1110 100100011 1001110 110000

Color Harmonies of #C01BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BDC

Black with #C01BDC

Text Example


Text Example

White with #C01BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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