Html Css Color HEX #C501B4 Deep Magenta

📋 copy color: '#C501B4'

red 197 ◦ green 1 ◦ blue 180

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

Shades of Deep Magenta #C501B4

Tints of Deep Magenta #C501B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.62%

R = 52.12%
G = 0.26%
B = 47.62%

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

#C501B4 (or 0xC501B4) is known color: Deep Magenta. HEX triplet: C5, 01 and B4. RGB value is (197,1,180). Sum of RGB (Red+Green+Blue) = 197+1+180=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C501B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501B4 is #3AFE4B. Grayscale: #4F4F4F. Windows color (decimal): -3866188 or 11796933. OLE color: 11796933.

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

Color convert

RGB 197 1 180 -
CMYK 0 0.99 0.09 0.23
HSL 305.2º 0.99% 0.39% -
HSV(B) 305.2º 0.99% 0.77% -
XYZ 31.28 15.19 44.46 -
YUV 80.01 184.43 211.45 -
System Red Green Blue C M Y K H S L
Decimal 197 1 180 0 0.99 0.09 0.23 305.2 0.99 0.39
Hex C5 1 B4 0 63 9 17 131 63 27
Octal 305 1 264 0 143 11 27 461 143 47
Binary 11000101 1 10110100 0 1100011 1001 10111 100110001 1100011 100111

Color Harmonies of #C501B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501B4

Black with #C501B4

Text Example


Text Example

White with #C501B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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