Html Css Color HEX #C509BA Deep Magenta

📋 copy color: '#C509BA'

red 197 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #C509BA

Tints of Deep Magenta #C509BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 50.26%
G = 2.3%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C509BA (or 0xC509BA) is known color: Deep Magenta. HEX triplet: C5, 09 and BA. RGB value is (197,9,186). Sum of RGB (Red+Green+Blue) = 197+9+186=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C509BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C509BA is #3AF645. Grayscale: #545454. Windows color (decimal): -3864134 or 12192197. OLE color: 12192197.

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

Color convert

RGB 197 9 186 -
CMYK 0 0.95 0.06 0.23
HSL 303.51º 0.91% 0.4% -
HSV(B) 303.51º 0.95% 0.77% -
XYZ 31.99 15.61 47.78 -
YUV 85.39 184.78 207.61 -
System Red Green Blue C M Y K H S L
Decimal 197 9 186 0 0.95 0.06 0.23 303.51 0.91 0.4
Hex C5 9 BA 0 5F 6 17 130 5B 28
Octal 305 11 272 0 137 6 27 460 133 50
Binary 11000101 1001 10111010 0 1011111 110 10111 100110000 1011011 101000

Color Harmonies of #C509BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C509BA

Black with #C509BA

Text Example


Text Example

White with #C509BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C509BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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