Html Css Color HEX #C805BB Deep Magenta

📋 copy color: '#C805BB'

red 200 ◦ green 5 ◦ blue 187

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

Shades of Deep Magenta #C805BB

Tints of Deep Magenta #C805BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 51.02%
G = 1.28%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C805BB (or 0xC805BB) is known color: Deep Magenta. HEX triplet: C8, 05 and BB. RGB value is (200,5,187). Sum of RGB (Red+Green+Blue) = 200+5+187=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C805BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805BB is #37FA44. Grayscale: #535353. Windows color (decimal): -3668549 or 12256712. OLE color: 12256712.

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

Color convert

RGB 200 5 187 -
CMYK 0 0.98 0.06 0.22
HSL 304º 0.95% 0.4% -
HSV(B) 304º 0.98% 0.78% -
XYZ 32.84 15.98 48.37 -
YUV 84.05 186.1 210.7 -
System Red Green Blue C M Y K H S L
Decimal 200 5 187 0 0.98 0.06 0.22 304 0.95 0.4
Hex C8 5 BB 0 62 6 16 130 5F 28
Octal 310 5 273 0 142 6 26 460 137 50
Binary 11001000 101 10111011 0 1100010 110 10110 100110000 1011111 101000

Color Harmonies of #C805BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805BB

Black with #C805BB

Text Example


Text Example

White with #C805BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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