Html Css Color HEX #C501BC Deep Magenta

📋 copy color: '#C501BC'

red 197 ◦ green 1 ◦ blue 188

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

Shades of Deep Magenta #C501BC

Tints of Deep Magenta #C501BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 51.04%
G = 0.26%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C501BC (or 0xC501BC) is known color: Deep Magenta. HEX triplet: C5, 01 and BC. RGB value is (197,1,188). Sum of RGB (Red+Green+Blue) = 197+1+188=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C501BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501BC is #3AFE43. Grayscale: #505050. Windows color (decimal): -3866180 or 12321221. OLE color: 12321221.

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

Color convert

RGB 197 1 188 -
CMYK 0 0.99 0.05 0.23
HSL 302.76º 0.99% 0.39% -
HSV(B) 302.76º 0.99% 0.77% -
XYZ 32.11 15.52 48.88 -
YUV 80.92 188.43 210.79 -
System Red Green Blue C M Y K H S L
Decimal 197 1 188 0 0.99 0.05 0.23 302.76 0.99 0.39
Hex C5 1 BC 0 63 5 17 12F 63 27
Octal 305 1 274 0 143 5 27 457 143 47
Binary 11000101 1 10111100 0 1100011 101 10111 100101111 1100011 100111

Color Harmonies of #C501BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501BC

Black with #C501BC

Text Example


Text Example

White with #C501BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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