Html Css Color HEX #C000BE Deep Magenta

📋 copy color: '#C000BE'

red 192 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #C000BE

Tints of Deep Magenta #C000BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 50.26%
G = 0%
B = 49.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C000BE (or 0xC000BE) is known color: Deep Magenta. HEX triplet: C0, 00 and BE. RGB value is (192,0,190). Sum of RGB (Red+Green+Blue) = 192+0+190=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C000BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000BE is #3FFF41. Grayscale: #4E4E4E. Windows color (decimal): -4194114 or 12452032. OLE color: 12452032.

HSL color Cylindrical-coordinate representation of color #C000BE: hue angle of 300.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000BE is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 190 -
CMYK 0 1 0.01 0.25
HSL 300.63º 1% 0.38% -
HSV(B) 300.63º 1% 0.75% -
XYZ 31.03 14.92 49.96 -
YUV 79.07 190.61 208.55 -
System Red Green Blue C M Y K H S L
Decimal 192 0 190 0 1 0.01 0.25 300.63 1 0.38
Hex C0 0 BE 0 64 1 19 12D 64 26
Octal 300 0 276 0 144 1 31 455 144 46
Binary 11000000 0 10111110 0 1100100 1 11001 100101101 1100100 100110

Color Harmonies of #C000BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000BE

Black with #C000BE

Text Example


Text Example

White with #C000BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000BE; }

 p { color: rgb(192,0,190); }

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

background-color css

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

 a { background-color: rgb(192,0,190); }

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

border-color css

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

 span { border-color: rgb(192,0,190); }

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