Html Css Color HEX #C510BA Deep Magenta

📋 copy color: '#C510BA'

red 197 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #C510BA

Tints of Deep Magenta #C510BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.01%

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

R = 49.37%
G = 4.01%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C510BA (or 0xC510BA) is known color: Deep Magenta. HEX triplet: C5, 10 and BA. RGB value is (197,16,186). Sum of RGB (Red+Green+Blue) = 197+16+186=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C510BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510BA is #3AEF45. Grayscale: #595959. Windows color (decimal): -3862342 or 12193989. OLE color: 12193989.

HSL color Cylindrical-coordinate representation of color #C510BA: hue angle of 303.65º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C510BA is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 186 -
CMYK 0 0.92 0.06 0.23
HSL 303.65º 0.85% 0.42% -
HSV(B) 303.65º 0.92% 0.77% -
XYZ 32.07 15.79 47.81 -
YUV 89.5 182.47 204.68 -
System Red Green Blue C M Y K H S L
Decimal 197 16 186 0 0.92 0.06 0.23 303.65 0.85 0.42
Hex C5 10 BA 0 5C 6 17 130 55 2A
Octal 305 20 272 0 134 6 27 460 125 52
Binary 11000101 10000 10111010 0 1011100 110 10111 100110000 1010101 101010

Color Harmonies of #C510BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510BA

Black with #C510BA

Text Example


Text Example

White with #C510BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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