Html Css Color HEX #C800BF Deep Magenta

📋 copy color: '#C800BF'

red 200 ◦ green 0 ◦ blue 191

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

Shades of Deep Magenta #C800BF

Tints of Deep Magenta #C800BF

RGB

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

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

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

R = 51.15%
G = 0%
B = 48.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C800BF (or 0xC800BF) is known color: Deep Magenta. HEX triplet: C8, 00 and BF. RGB value is (200,0,191). Sum of RGB (Red+Green+Blue) = 200+0+191=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C800BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800BF is #37FF40. Grayscale: #515151. Windows color (decimal): -3669825 or 12517576. OLE color: 12517576.

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

Color convert

RGB 200 0 191 -
CMYK 0 1 0.04 0.22
HSL 302.7º 1% 0.39% -
HSV(B) 302.7º 1% 0.78% -
XYZ 33.22 16.04 50.64 -
YUV 81.57 189.76 212.47 -
System Red Green Blue C M Y K H S L
Decimal 200 0 191 0 1 0.04 0.22 302.7 1 0.39
Hex C8 0 BF 0 64 4 16 12F 64 27
Octal 310 0 277 0 144 4 26 457 144 47
Binary 11001000 0 10111111 0 1100100 100 10110 100101111 1100100 100111

Color Harmonies of #C800BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800BF

Black with #C800BF

Text Example


Text Example

White with #C800BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800BF; }

 p { color: rgb(200,0,191); }

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

background-color css

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

 a { background-color: rgb(200,0,191); }

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

border-color css

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

 span { border-color: rgb(200,0,191); }

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