Html Css Color HEX #C00EBB Deep Magenta

📋 copy color: '#C00EBB'

red 192 ◦ green 14 ◦ blue 187

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

Shades of Deep Magenta #C00EBB

Tints of Deep Magenta #C00EBB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.56%

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

R = 48.85%
G = 3.56%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C00EBB (or 0xC00EBB) is known color: Deep Magenta. HEX triplet: C0, 0E and BB. RGB value is (192,14,187). Sum of RGB (Red+Green+Blue) = 192+14+187=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00EBB is #3FF144. Grayscale: #565656. Windows color (decimal): -4190533 or 12259008. OLE color: 12259008.

HSL color Cylindrical-coordinate representation of color #C00EBB: hue angle of 301.69º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00EBB is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 14 187 -
CMYK 0 0.93 0.03 0.25
HSL 301.69º 0.86% 0.4% -
HSV(B) 301.69º 0.93% 0.75% -
XYZ 30.86 15.11 48.3 -
YUV 86.94 184.47 202.93 -
System Red Green Blue C M Y K H S L
Decimal 192 14 187 0 0.93 0.03 0.25 301.69 0.86 0.4
Hex C0 E BB 0 5D 3 19 12E 56 28
Octal 300 16 273 0 135 3 31 456 126 50
Binary 11000000 1110 10111011 0 1011101 11 11001 100101110 1010110 101000

Color Harmonies of #C00EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00EBB

Black with #C00EBB

Text Example


Text Example

White with #C00EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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