Html Css Color HEX #C501B3 Deep Magenta

📋 copy color: '#C501B3'

red 197 ◦ green 1 ◦ blue 179

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

Shades of Deep Magenta #C501B3

Tints of Deep Magenta #C501B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.48%

R = 52.25%
G = 0.27%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C501B3 (or 0xC501B3) is known color: Deep Magenta. HEX triplet: C5, 01 and B3. RGB value is (197,1,179). Sum of RGB (Red+Green+Blue) = 197+1+179=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C501B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501B3 is #3AFE4C. Grayscale: #4F4F4F. Windows color (decimal): -3866189 or 11731397. OLE color: 11731397.

HSL color Cylindrical-coordinate representation of color #C501B3: hue angle of 305.51º 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 #C501B3 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 179 -
CMYK 0 0.99 0.09 0.23
HSL 305.51º 0.99% 0.39% -
HSV(B) 305.51º 0.99% 0.77% -
XYZ 31.17 15.15 43.93 -
YUV 79.9 183.93 211.53 -
System Red Green Blue C M Y K H S L
Decimal 197 1 179 0 0.99 0.09 0.23 305.51 0.99 0.39
Hex C5 1 B3 0 63 9 17 132 63 27
Octal 305 1 263 0 143 11 27 462 143 47
Binary 11000101 1 10110011 0 1100011 1001 10111 100110010 1100011 100111

Color Harmonies of #C501B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501B3

Black with #C501B3

Text Example


Text Example

White with #C501B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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