Html Css Color HEX #C512B3 Deep Magenta

📋 copy color: '#C512B3'

red 197 ◦ green 18 ◦ blue 179

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

Shades of Deep Magenta #C512B3

Tints of Deep Magenta #C512B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.43%

R = 50%
G = 4.57%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C512B3 (or 0xC512B3) is known color: Deep Magenta. HEX triplet: C5, 12 and B3. RGB value is (197,18,179). Sum of RGB (Red+Green+Blue) = 197+18+179=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C512B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512B3 is #3AED4C. Grayscale: #595959. Windows color (decimal): -3861837 or 11735749. OLE color: 11735749.

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

Color convert

RGB 197 18 179 -
CMYK 0 0.91 0.09 0.23
HSL 306.03º 0.83% 0.42% -
HSV(B) 306.03º 0.91% 0.77% -
XYZ 31.38 15.56 44 -
YUV 89.88 178.3 204.41 -
System Red Green Blue C M Y K H S L
Decimal 197 18 179 0 0.91 0.09 0.23 306.03 0.83 0.42
Hex C5 12 B3 0 5B 9 17 132 53 2A
Octal 305 22 263 0 133 11 27 462 123 52
Binary 11000101 10010 10110011 0 1011011 1001 10111 100110010 1010011 101010

Color Harmonies of #C512B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512B3

Black with #C512B3

Text Example


Text Example

White with #C512B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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