Html Css Color HEX #C501CF Deep Magenta

📋 copy color: '#C501CF'

red 197 ◦ green 1 ◦ blue 207

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

Shades of Deep Magenta #C501CF

Tints of Deep Magenta #C501CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 48.64%
G = 0.25%
B = 51.11%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C501CF (or 0xC501CF) is known color: Deep Magenta. HEX triplet: C5, 01 and CF. RGB value is (197,1,207). Sum of RGB (Red+Green+Blue) = 197+1+207=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #C501CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501CF is #3AFE30. Grayscale: #525252. Windows color (decimal): -3866161 or 13566405. OLE color: 13566405.

HSL color Cylindrical-coordinate representation of color #C501CF: hue angle of 297.09º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501CF is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 1 207 -
CMYK 0.05 1.00 0 0.19
HSL 297.09º 0.99% 0.41% -
HSV(B) 297.09º 1% 0.81% -
XYZ 34.3 16.4 60.39 -
YUV 83.09 197.93 209.25 -
System Red Green Blue C M Y K H S L
Decimal 197 1 207 0.05 1.00 0 0.19 297.09 0.99 0.41
Hex C5 1 CF 5 64 0 13 129 63 29
Octal 305 1 317 5 144 0 23 451 143 51
Binary 11000101 1 11001111 101 1100100 0 10011 100101001 1100011 101001

Color Harmonies of #C501CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501CF

Black with #C501CF

Text Example


Text Example

White with #C501CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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