Html Css Color HEX #C01EBB Deep Magenta

📋 copy color: '#C01EBB'

red 192 ◦ green 30 ◦ blue 187

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

Shades of Deep Magenta #C01EBB

Tints of Deep Magenta #C01EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 46.94%
G = 7.33%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C01EBB (or 0xC01EBB) is known color: Deep Magenta. HEX triplet: C0, 1E and BB. RGB value is (192,30,187). Sum of RGB (Red+Green+Blue) = 192+30+187=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01EBB is #3FE144. Grayscale: #5F5F5F. Windows color (decimal): -4186437 or 12263104. OLE color: 12263104.

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

Color convert

RGB 192 30 187 -
CMYK 0 0.84 0.03 0.25
HSL 301.85º 0.73% 0.44% -
HSV(B) 301.85º 0.84% 0.75% -
XYZ 31.17 15.72 48.41 -
YUV 96.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 192 30 187 0 0.84 0.03 0.25 301.85 0.73 0.44
Hex C0 1E BB 0 54 3 19 12E 49 2C
Octal 300 36 273 0 124 3 31 456 111 54
Binary 11000000 11110 10111011 0 1010100 11 11001 100101110 1001001 101100

Color Harmonies of #C01EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EBB

Black with #C01EBB

Text Example


Text Example

White with #C01EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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