Html Css Color HEX #C510CF Deep Magenta

📋 copy color: '#C510CF'

red 197 ◦ green 16 ◦ blue 207

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

Shades of Deep Magenta #C510CF

Tints of Deep Magenta #C510CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.81%

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

R = 46.9%
G = 3.81%
B = 49.29%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C510CF (or 0xC510CF) is known color: Deep Magenta. HEX triplet: C5, 10 and CF. RGB value is (197,16,207). Sum of RGB (Red+Green+Blue) = 197+16+207=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #C510CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510CF is #3AEF30. Grayscale: #5B5B5B. Windows color (decimal): -3862321 or 13570245. OLE color: 13570245.

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

Color convert

RGB 197 16 207 -
CMYK 0.05 0.92 0 0.19
HSL 296.86º 0.86% 0.44% -
HSV(B) 296.86º 0.92% 0.81% -
XYZ 34.47 16.75 60.45 -
YUV 91.89 192.97 202.97 -
System Red Green Blue C M Y K H S L
Decimal 197 16 207 0.05 0.92 0 0.19 296.86 0.86 0.44
Hex C5 10 CF 5 5C 0 13 129 56 2C
Octal 305 20 317 5 134 0 23 451 126 54
Binary 11000101 10000 11001111 101 1011100 0 10011 100101001 1010110 101100

Color Harmonies of #C510CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510CF

Black with #C510CF

Text Example


Text Example

White with #C510CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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