Html Css Color HEX #C512BD Deep Magenta

📋 copy color: '#C512BD'

red 197 ◦ green 18 ◦ blue 189

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

Shades of Deep Magenta #C512BD

Tints of Deep Magenta #C512BD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.46%

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

R = 48.76%
G = 4.46%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C512BD (or 0xC512BD) is known color: Deep Magenta. HEX triplet: C5, 12 and BD. RGB value is (197,18,189). Sum of RGB (Red+Green+Blue) = 197+18+189=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C512BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512BD is #3AED42. Grayscale: #5A5A5A. Windows color (decimal): -3861827 or 12391109. OLE color: 12391109.

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

Color convert

RGB 197 18 189 -
CMYK 0 0.91 0.04 0.23
HSL 302.68º 0.83% 0.42% -
HSV(B) 302.68º 0.91% 0.77% -
XYZ 32.43 15.98 49.52 -
YUV 91.02 183.3 203.6 -
System Red Green Blue C M Y K H S L
Decimal 197 18 189 0 0.91 0.04 0.23 302.68 0.83 0.42
Hex C5 12 BD 0 5B 4 17 12F 53 2A
Octal 305 22 275 0 133 4 27 457 123 52
Binary 11000101 10010 10111101 0 1011011 100 10111 100101111 1010011 101010

Color Harmonies of #C512BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512BD

Black with #C512BD

Text Example


Text Example

White with #C512BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512BD; }

 p { color: rgb(197,18,189); }

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

background-color css

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

 a { background-color: rgb(197,18,189); }

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

border-color css

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

 span { border-color: rgb(197,18,189); }

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