Html Css Color HEX #C809BD Deep Magenta

📋 copy color: '#C809BD'

red 200 ◦ green 9 ◦ blue 189

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

Shades of Deep Magenta #C809BD

Tints of Deep Magenta #C809BD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 50.25%
G = 2.26%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C809BD (or 0xC809BD) is known color: Deep Magenta. HEX triplet: C8, 09 and BD. RGB value is (200,9,189). Sum of RGB (Red+Green+Blue) = 200+9+189=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C809BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809BD is #37F642. Grayscale: #565656. Windows color (decimal): -3667523 or 12388808. OLE color: 12388808.

HSL color Cylindrical-coordinate representation of color #C809BD: hue angle of 303.46º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C809BD is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 9 189 -
CMYK 0 0.96 0.06 0.22
HSL 303.46º 0.91% 0.41% -
HSV(B) 303.46º 0.96% 0.78% -
XYZ 33.1 16.15 49.52 -
YUV 86.63 185.78 208.86 -
System Red Green Blue C M Y K H S L
Decimal 200 9 189 0 0.96 0.06 0.22 303.46 0.91 0.41
Hex C8 9 BD 0 60 6 16 12F 5B 29
Octal 310 11 275 0 140 6 26 457 133 51
Binary 11001000 1001 10111101 0 1100000 110 10110 100101111 1011011 101001

Color Harmonies of #C809BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C809BD

Black with #C809BD

Text Example


Text Example

White with #C809BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C809BD; }

 p { color: rgb(200,9,189); }

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

background-color css

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

 a { background-color: rgb(200,9,189); }

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

border-color css

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

 span { border-color: rgb(200,9,189); }

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