Html Css Color HEX #C01EB7 Deep Magenta

📋 copy color: '#C01EB7'

red 192 ◦ green 30 ◦ blue 183

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

Shades of Deep Magenta #C01EB7

Tints of Deep Magenta #C01EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.19%

R = 47.41%
G = 7.41%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C01EB7 (or 0xC01EB7) is known color: Deep Magenta. HEX triplet: C0, 1E and B7. RGB value is (192,30,183). Sum of RGB (Red+Green+Blue) = 192+30+183=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01EB7 is #3FE148. Grayscale: #5F5F5F. Windows color (decimal): -4186441 or 12000960. OLE color: 12000960.

HSL color Cylindrical-coordinate representation of color #C01EB7: hue angle of 303.33º 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 #C01EB7 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 30 183 -
CMYK 0 0.84 0.05 0.25
HSL 303.33º 0.73% 0.44% -
HSV(B) 303.33º 0.84% 0.75% -
XYZ 30.75 15.55 46.18 -
YUV 95.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 192 30 183 0 0.84 0.05 0.25 303.33 0.73 0.44
Hex C0 1E B7 0 54 5 19 12F 49 2C
Octal 300 36 267 0 124 5 31 457 111 54
Binary 11000000 11110 10110111 0 1010100 101 11001 100101111 1001001 101100

Color Harmonies of #C01EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EB7

Black with #C01EB7

Text Example


Text Example

White with #C01EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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