Html Css Color HEX #C510C2 Deep Magenta

📋 copy color: '#C510C2'

red 197 ◦ green 16 ◦ blue 194

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

Shades of Deep Magenta #C510C2

Tints of Deep Magenta #C510C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.67%

R = 48.4%
G = 3.93%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C510C2 (or 0xC510C2) is known color: Deep Magenta. HEX triplet: C5, 10 and C2. RGB value is (197,16,194). Sum of RGB (Red+Green+Blue) = 197+16+194=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C510C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510C2 is #3AEF3D. Grayscale: #595959. Windows color (decimal): -3862334 or 12718277. OLE color: 12718277.

HSL color Cylindrical-coordinate representation of color #C510C2: hue angle of 300.99º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C510C2 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 194 -
CMYK 0 0.92 0.02 0.23
HSL 300.99º 0.85% 0.42% -
HSV(B) 300.99º 0.92% 0.77% -
XYZ 32.95 16.14 52.42 -
YUV 90.41 186.47 204.03 -
System Red Green Blue C M Y K H S L
Decimal 197 16 194 0 0.92 0.02 0.23 300.99 0.85 0.42
Hex C5 10 C2 0 5C 2 17 12D 55 2A
Octal 305 20 302 0 134 2 27 455 125 52
Binary 11000101 10000 11000010 0 1011100 10 10111 100101101 1010101 101010

Color Harmonies of #C510C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510C2

Black with #C510C2

Text Example


Text Example

White with #C510C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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