Html Css Color HEX #C509BB Deep Magenta

📋 copy color: '#C509BB'

red 197 ◦ green 9 ◦ blue 187

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

Shades of Deep Magenta #C509BB

Tints of Deep Magenta #C509BB

RGB

 RED value IS 197 (77.34% from 255) = 50.13%

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

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

R = 50.13%
G = 2.29%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C509BB (or 0xC509BB) is known color: Deep Magenta. HEX triplet: C5, 09 and BB. RGB value is (197,9,187). Sum of RGB (Red+Green+Blue) = 197+9+187=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C509BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C509BB is #3AF644. Grayscale: #545454. Windows color (decimal): -3864133 or 12257733. OLE color: 12257733.

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

Color convert

RGB 197 9 187 -
CMYK 0 0.95 0.05 0.23
HSL 303.19º 0.91% 0.4% -
HSV(B) 303.19º 0.95% 0.77% -
XYZ 32.09 15.65 48.34 -
YUV 85.5 185.28 207.53 -
System Red Green Blue C M Y K H S L
Decimal 197 9 187 0 0.95 0.05 0.23 303.19 0.91 0.4
Hex C5 9 BB 0 5F 5 17 12F 5B 28
Octal 305 11 273 0 137 5 27 457 133 50
Binary 11000101 1001 10111011 0 1011111 101 10111 100101111 1011011 101000

Color Harmonies of #C509BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C509BB

Black with #C509BB

Text Example


Text Example

White with #C509BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C509BB; }

 p { color: rgb(197,9,187); }

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

background-color css

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

 a { background-color: rgb(197,9,187); }

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

border-color css

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

 span { border-color: rgb(197,9,187); }

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