Html Css Color HEX #C701B1 Deep Magenta

📋 copy color: '#C701B1'

red 199 ◦ green 1 ◦ blue 177

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

Shades of Deep Magenta #C701B1

Tints of Deep Magenta #C701B1

RGB

 RED value IS 199 (78.13% from 255) = 52.79%

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

 BLUE value IS 177 (69.53% from 255) = 46.95%

R = 52.79%
G = 0.27%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C701B1 (or 0xC701B1) is known color: Deep Magenta. HEX triplet: C7, 01 and B1. RGB value is (199,1,177). Sum of RGB (Red+Green+Blue) = 199+1+177=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C701B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C701B1 is #38FE4E. Grayscale: #4F4F4F. Windows color (decimal): -3735119 or 11600327. OLE color: 11600327.

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

Color convert

RGB 199 1 177 -
CMYK 0 0.99 0.11 0.22
HSL 306.67º 0.99% 0.39% -
HSV(B) 306.67º 0.99% 0.78% -
XYZ 31.5 15.34 42.9 -
YUV 80.27 182.6 212.69 -
System Red Green Blue C M Y K H S L
Decimal 199 1 177 0 0.99 0.11 0.22 306.67 0.99 0.39
Hex C7 1 B1 0 63 B 16 133 63 27
Octal 307 1 261 0 143 13 26 463 143 47
Binary 11000111 1 10110001 0 1100011 1011 10110 100110011 1100011 100111

Color Harmonies of #C701B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C701B1

Black with #C701B1

Text Example


Text Example

White with #C701B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C701B1; }

 p { color: rgb(199,1,177); }

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

background-color css

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

 a { background-color: rgb(199,1,177); }

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

border-color css

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

 span { border-color: rgb(199,1,177); }

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