Html Css Color HEX #C801BE Deep Magenta

📋 copy color: '#C801BE'

red 200 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #C801BE

Tints of Deep Magenta #C801BE

RGB

 RED value IS 200 (78.52% from 255) = 51.15%

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

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

R = 51.15%
G = 0.26%
B = 48.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C801BE (or 0xC801BE) is known color: Deep Magenta. HEX triplet: C8, 01 and BE. RGB value is (200,1,190). Sum of RGB (Red+Green+Blue) = 200+1+190=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C801BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801BE is #37FE41. Grayscale: #515151. Windows color (decimal): -3669570 or 12452296. OLE color: 12452296.

HSL color Cylindrical-coordinate representation of color #C801BE: hue angle of 303.02º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801BE is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 190 -
CMYK 0 1.00 0.05 0.22
HSL 303.02º 0.99% 0.39% -
HSV(B) 303.02º 1% 0.78% -
XYZ 33.12 16.02 50.06 -
YUV 82.05 188.93 212.13 -
System Red Green Blue C M Y K H S L
Decimal 200 1 190 0 1.00 0.05 0.22 303.02 0.99 0.39
Hex C8 1 BE 0 64 5 16 12F 63 27
Octal 310 1 276 0 144 5 26 457 143 47
Binary 11001000 1 10111110 0 1100100 101 10110 100101111 1100011 100111

Color Harmonies of #C801BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801BE

Black with #C801BE

Text Example


Text Example

White with #C801BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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