Html Css Color HEX #C805BE Deep Magenta

📋 copy color: '#C805BE'

red 200 ◦ green 5 ◦ blue 190

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

Shades of Deep Magenta #C805BE

Tints of Deep Magenta #C805BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 50.63%
G = 1.27%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C805BE (or 0xC805BE) is known color: Deep Magenta. HEX triplet: C8, 05 and BE. RGB value is (200,5,190). Sum of RGB (Red+Green+Blue) = 200+5+190=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C805BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805BE is #37FA41. Grayscale: #535353. Windows color (decimal): -3668546 or 12453320. OLE color: 12453320.

HSL color Cylindrical-coordinate representation of color #C805BE: hue angle of 303.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805BE is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 190 -
CMYK 0 0.98 0.05 0.22
HSL 303.08º 0.95% 0.4% -
HSV(B) 303.08º 0.98% 0.78% -
XYZ 33.17 16.11 50.08 -
YUV 84.4 187.6 210.46 -
System Red Green Blue C M Y K H S L
Decimal 200 5 190 0 0.98 0.05 0.22 303.08 0.95 0.4
Hex C8 5 BE 0 62 5 16 12F 5F 28
Octal 310 5 276 0 142 5 26 457 137 50
Binary 11001000 101 10111110 0 1100010 101 10110 100101111 1011111 101000

Color Harmonies of #C805BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805BE

Black with #C805BE

Text Example


Text Example

White with #C805BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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