Html Css Color HEX #C512BC Deep Magenta

📋 copy color: '#C512BC'

red 197 ◦ green 18 ◦ blue 188

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

Shades of Deep Magenta #C512BC

Tints of Deep Magenta #C512BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 48.88%
G = 4.47%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C512BC (or 0xC512BC) is known color: Deep Magenta. HEX triplet: C5, 12 and BC. RGB value is (197,18,188). Sum of RGB (Red+Green+Blue) = 197+18+188=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C512BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512BC is #3AED43. Grayscale: #5A5A5A. Windows color (decimal): -3861828 or 12325573. OLE color: 12325573.

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

Color convert

RGB 197 18 188 -
CMYK 0 0.91 0.05 0.23
HSL 303.02º 0.83% 0.42% -
HSV(B) 303.02º 0.91% 0.77% -
XYZ 32.32 15.93 48.95 -
YUV 90.9 182.8 203.68 -
System Red Green Blue C M Y K H S L
Decimal 197 18 188 0 0.91 0.05 0.23 303.02 0.83 0.42
Hex C5 12 BC 0 5B 5 17 12F 53 2A
Octal 305 22 274 0 133 5 27 457 123 52
Binary 11000101 10010 10111100 0 1011011 101 10111 100101111 1010011 101010

Color Harmonies of #C512BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512BC

Black with #C512BC

Text Example


Text Example

White with #C512BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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