Html Css Color HEX #C01EB9 Deep Magenta

📋 copy color: '#C01EB9'

red 192 ◦ green 30 ◦ blue 185

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

Shades of Deep Magenta #C01EB9

Tints of Deep Magenta #C01EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.45%

R = 47.17%
G = 7.37%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C01EB9 (or 0xC01EB9) is known color: Deep Magenta. HEX triplet: C0, 1E and B9. RGB value is (192,30,185). Sum of RGB (Red+Green+Blue) = 192+30+185=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01EB9 is #3FE146. Grayscale: #5F5F5F. Windows color (decimal): -4186439 or 12132032. OLE color: 12132032.

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

Color convert

RGB 192 30 185 -
CMYK 0 0.84 0.04 0.25
HSL 302.59º 0.73% 0.44% -
HSV(B) 302.59º 0.84% 0.75% -
XYZ 30.96 15.64 47.29 -
YUV 96.11 178.17 196.4 -
System Red Green Blue C M Y K H S L
Decimal 192 30 185 0 0.84 0.04 0.25 302.59 0.73 0.44
Hex C0 1E B9 0 54 4 19 12F 49 2C
Octal 300 36 271 0 124 4 31 457 111 54
Binary 11000000 11110 10111001 0 1010100 100 11001 100101111 1001001 101100

Color Harmonies of #C01EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EB9

Black with #C01EB9

Text Example


Text Example

White with #C01EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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