Html Css Color HEX #C800BE Deep Magenta

📋 copy color: '#C800BE'

red 200 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #C800BE

Tints of Deep Magenta #C800BE

RGB

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

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

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

R = 51.28%
G = 0%
B = 48.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C800BE (or 0xC800BE) is known color: Deep Magenta. HEX triplet: C8, 00 and BE. RGB value is (200,0,190). Sum of RGB (Red+Green+Blue) = 200+0+190=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C800BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800BE is #37FF41. Grayscale: #505050. Windows color (decimal): -3669826 or 12452040. OLE color: 12452040.

HSL color Cylindrical-coordinate representation of color #C800BE: hue angle of 303º 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 #C800BE is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 0 190 -
CMYK 0 1 0.05 0.22
HSL 303º 1% 0.39% -
HSV(B) 303º 1% 0.78% -
XYZ 33.11 16 50.06 -
YUV 81.46 189.26 212.55 -
System Red Green Blue C M Y K H S L
Decimal 200 0 190 0 1 0.05 0.22 303 1 0.39
Hex C8 0 BE 0 64 5 16 12F 64 27
Octal 310 0 276 0 144 5 26 457 144 47
Binary 11001000 0 10111110 0 1100100 101 10110 100101111 1100100 100111

Color Harmonies of #C800BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800BE

Black with #C800BE

Text Example


Text Example

White with #C800BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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