Html Css Color HEX #C01EB1 Deep Magenta

📋 copy color: '#C01EB1'

red 192 ◦ green 30 ◦ blue 177

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

Shades of Deep Magenta #C01EB1

Tints of Deep Magenta #C01EB1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.52%

 BLUE value IS 177 (69.53% from 255) = 44.36%

R = 48.12%
G = 7.52%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C01EB1 (or 0xC01EB1) is known color: Deep Magenta. HEX triplet: C0, 1E and B1. RGB value is (192,30,177). Sum of RGB (Red+Green+Blue) = 192+30+177=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EB1 is #3FE14E. Grayscale: #5E5E5E. Windows color (decimal): -4186447 or 11607744. OLE color: 11607744.

HSL color Cylindrical-coordinate representation of color #C01EB1: hue angle of 305.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01EB1 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 30 177 -
CMYK 0 0.84 0.08 0.25
HSL 305.56º 0.73% 0.44% -
HSV(B) 305.56º 0.84% 0.75% -
XYZ 30.14 15.31 42.96 -
YUV 95.2 174.17 197.05 -
System Red Green Blue C M Y K H S L
Decimal 192 30 177 0 0.84 0.08 0.25 305.56 0.73 0.44
Hex C0 1E B1 0 54 8 19 132 49 2C
Octal 300 36 261 0 124 10 31 462 111 54
Binary 11000000 11110 10110001 0 1010100 1000 11001 100110010 1001001 101100

Color Harmonies of #C01EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EB1

Black with #C01EB1

Text Example


Text Example

White with #C01EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EB1; }

 p { color: rgb(192,30,177); }

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

background-color css

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

 a { background-color: rgb(192,30,177); }

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

border-color css

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

 span { border-color: rgb(192,30,177); }

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