Html Css Color HEX #C00EBA Deep Magenta

📋 copy color: '#C00EBA'

red 192 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #C00EBA

Tints of Deep Magenta #C00EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 48.98%
G = 3.57%
B = 47.45%

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

#C00EBA (or 0xC00EBA) is known color: Deep Magenta. HEX triplet: C0, 0E and BA. RGB value is (192,14,186). Sum of RGB (Red+Green+Blue) = 192+14+186=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00EBA is #3FF145. Grayscale: #565656. Windows color (decimal): -4190534 or 12193472. OLE color: 12193472.

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

Color convert

RGB 192 14 186 -
CMYK 0 0.93 0.03 0.25
HSL 302.02º 0.86% 0.4% -
HSV(B) 302.02º 0.93% 0.75% -
XYZ 30.76 15.07 47.74 -
YUV 86.83 183.97 203.01 -
System Red Green Blue C M Y K H S L
Decimal 192 14 186 0 0.93 0.03 0.25 302.02 0.86 0.4
Hex C0 E BA 0 5D 3 19 12E 56 28
Octal 300 16 272 0 135 3 31 456 126 50
Binary 11000000 1110 10111010 0 1011101 11 11001 100101110 1010110 101000

Color Harmonies of #C00EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00EBA

Black with #C00EBA

Text Example


Text Example

White with #C00EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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