Html Css Color HEX #C512D0 Deep Magenta

📋 copy color: '#C512D0'

red 197 ◦ green 18 ◦ blue 208

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

Shades of Deep Magenta #C512D0

Tints of Deep Magenta #C512D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 46.57%
G = 4.26%
B = 49.17%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C512D0 (or 0xC512D0) is known color: Deep Magenta. HEX triplet: C5, 12 and D0. RGB value is (197,18,208). Sum of RGB (Red+Green+Blue) = 197+18+208=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #C512D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512D0 is #3AED2F. Grayscale: #5C5C5C. Windows color (decimal): -3861808 or 13636293. OLE color: 13636293.

HSL color Cylindrical-coordinate representation of color #C512D0: hue angle of 296.53º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C512D0 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 18 208 -
CMYK 0.05 0.91 0 0.18
HSL 296.53º 0.84% 0.44% -
HSV(B) 296.53º 0.91% 0.82% -
XYZ 34.63 16.86 61.1 -
YUV 93.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 197 18 208 0.05 0.91 0 0.18 296.53 0.84 0.44
Hex C5 12 D0 5 5B 0 12 129 54 2C
Octal 305 22 320 5 133 0 22 451 124 54
Binary 11000101 10010 11010000 101 1011011 0 10010 100101001 1010100 101100

Color Harmonies of #C512D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512D0

Black with #C512D0

Text Example


Text Example

White with #C512D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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