Html Css Color HEX #C001BE Deep Magenta

📋 copy color: '#C001BE'

red 192 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #C001BE

Tints of Deep Magenta #C001BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 50.13%
G = 0.26%
B = 49.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C001BE (or 0xC001BE) is known color: Deep Magenta. HEX triplet: C0, 01 and BE. RGB value is (192,1,190). Sum of RGB (Red+Green+Blue) = 192+1+190=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C001BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001BE is #3FFE41. Grayscale: #4F4F4F. Windows color (decimal): -4193858 or 12452288. OLE color: 12452288.

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

Color convert

RGB 192 1 190 -
CMYK 0 0.99 0.01 0.25
HSL 300.63º 0.99% 0.38% -
HSV(B) 300.63º 0.99% 0.75% -
XYZ 31.04 14.95 49.96 -
YUV 79.66 190.28 208.13 -
System Red Green Blue C M Y K H S L
Decimal 192 1 190 0 0.99 0.01 0.25 300.63 0.99 0.38
Hex C0 1 BE 0 63 1 19 12D 63 26
Octal 300 1 276 0 143 1 31 455 143 46
Binary 11000000 1 10111110 0 1100011 1 11001 100101101 1100011 100110

Color Harmonies of #C001BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001BE

Black with #C001BE

Text Example


Text Example

White with #C001BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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