Html Css Color HEX #C00EBF Deep Magenta

📋 copy color: '#C00EBF'

red 192 ◦ green 14 ◦ blue 191

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

Shades of Deep Magenta #C00EBF

Tints of Deep Magenta #C00EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 48.36%
G = 3.53%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C00EBF (or 0xC00EBF) is known color: Deep Magenta. HEX triplet: C0, 0E and BF. RGB value is (192,14,191). Sum of RGB (Red+Green+Blue) = 192+14+191=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00EBF is #3FF140. Grayscale: #565656. Windows color (decimal): -4190529 or 12521152. OLE color: 12521152.

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

Color convert

RGB 192 14 191 -
CMYK 0 0.93 0.01 0.25
HSL 300.34º 0.86% 0.4% -
HSV(B) 300.34º 0.93% 0.75% -
XYZ 31.3 15.28 50.59 -
YUV 87.4 186.47 202.61 -
System Red Green Blue C M Y K H S L
Decimal 192 14 191 0 0.93 0.01 0.25 300.34 0.86 0.4
Hex C0 E BF 0 5D 1 19 12C 56 28
Octal 300 16 277 0 135 1 31 454 126 50
Binary 11000000 1110 10111111 0 1011101 1 11001 100101100 1010110 101000

Color Harmonies of #C00EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00EBF

Black with #C00EBF

Text Example


Text Example

White with #C00EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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