Html Css Color HEX #C512BE Deep Magenta

📋 copy color: '#C512BE'

red 197 ◦ green 18 ◦ blue 190

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

Shades of Deep Magenta #C512BE

Tints of Deep Magenta #C512BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 48.64%
G = 4.44%
B = 46.91%

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

#C512BE (or 0xC512BE) is known color: Deep Magenta. HEX triplet: C5, 12 and BE. RGB value is (197,18,190). Sum of RGB (Red+Green+Blue) = 197+18+190=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C512BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512BE is #3AED41. Grayscale: #5A5A5A. Windows color (decimal): -3861826 or 12456645. OLE color: 12456645.

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

Color convert

RGB 197 18 190 -
CMYK 0 0.91 0.04 0.23
HSL 302.35º 0.83% 0.42% -
HSV(B) 302.35º 0.91% 0.77% -
XYZ 32.54 16.02 50.09 -
YUV 91.13 183.8 203.51 -
System Red Green Blue C M Y K H S L
Decimal 197 18 190 0 0.91 0.04 0.23 302.35 0.83 0.42
Hex C5 12 BE 0 5B 4 17 12E 53 2A
Octal 305 22 276 0 133 4 27 456 123 52
Binary 11000101 10010 10111110 0 1011011 100 10111 100101110 1010011 101010

Color Harmonies of #C512BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512BE

Black with #C512BE

Text Example


Text Example

White with #C512BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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