Html Css Color HEX #C501C1 Deep Magenta

📋 copy color: '#C501C1'

red 197 ◦ green 1 ◦ blue 193

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

Shades of Deep Magenta #C501C1

Tints of Deep Magenta #C501C1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 193 (75.78% from 255) = 49.36%

R = 50.38%
G = 0.26%
B = 49.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C501C1 (or 0xC501C1) is known color: Deep Magenta. HEX triplet: C5, 01 and C1. RGB value is (197,1,193). Sum of RGB (Red+Green+Blue) = 197+1+193=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C501C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501C1 is #3AFE3E. Grayscale: #505050. Windows color (decimal): -3866175 or 12648901. OLE color: 12648901.

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

Color convert

RGB 197 1 193 -
CMYK 0 0.99 0.02 0.23
HSL 301.22º 0.99% 0.39% -
HSV(B) 301.22º 0.99% 0.77% -
XYZ 32.66 15.74 51.77 -
YUV 81.49 190.93 210.39 -
System Red Green Blue C M Y K H S L
Decimal 197 1 193 0 0.99 0.02 0.23 301.22 0.99 0.39
Hex C5 1 C1 0 63 2 17 12D 63 27
Octal 305 1 301 0 143 2 27 455 143 47
Binary 11000101 1 11000001 0 1100011 10 10111 100101101 1100011 100111

Color Harmonies of #C501C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501C1

Black with #C501C1

Text Example


Text Example

White with #C501C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501C1; }

 p { color: rgb(197,1,193); }

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

background-color css

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

 a { background-color: rgb(197,1,193); }

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

border-color css

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

 span { border-color: rgb(197,1,193); }

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