Html Css Color HEX #C512CF Deep Magenta

📋 copy color: '#C512CF'

red 197 ◦ green 18 ◦ blue 207

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

Shades of Deep Magenta #C512CF

Tints of Deep Magenta #C512CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 46.68%
G = 4.27%
B = 49.05%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C512CF (or 0xC512CF) is known color: Deep Magenta. HEX triplet: C5, 12 and CF. RGB value is (197,18,207). Sum of RGB (Red+Green+Blue) = 197+18+207=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #C512CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512CF is #3AED30. Grayscale: #5C5C5C. Windows color (decimal): -3861809 or 13570757. OLE color: 13570757.

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

Color convert

RGB 197 18 207 -
CMYK 0.05 0.91 0 0.19
HSL 296.83º 0.84% 0.44% -
HSV(B) 296.83º 0.91% 0.81% -
XYZ 34.5 16.81 60.46 -
YUV 93.07 192.3 202.13 -
System Red Green Blue C M Y K H S L
Decimal 197 18 207 0.05 0.91 0 0.19 296.83 0.84 0.44
Hex C5 12 CF 5 5B 0 13 129 54 2C
Octal 305 22 317 5 133 0 23 451 124 54
Binary 11000101 10010 11001111 101 1011011 0 10011 100101001 1010100 101100

Color Harmonies of #C512CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512CF

Black with #C512CF

Text Example


Text Example

White with #C512CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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