Html Css Color HEX #C901C5 Deep Magenta

📋 copy color: '#C901C5'

red 201 ◦ green 1 ◦ blue 197

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

Shades of Deep Magenta #C901C5

Tints of Deep Magenta #C901C5

RGB

 RED value IS 201 (78.91% from 255) = 50.38%

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

 BLUE value IS 197 (77.34% from 255) = 49.37%

R = 50.38%
G = 0.25%
B = 49.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C901C5 (or 0xC901C5) is known color: Deep Magenta. HEX triplet: C9, 01 and C5. RGB value is (201,1,197). Sum of RGB (Red+Green+Blue) = 201+1+197=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 197 (77.34% from 255 or 49.37% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C901C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C901C5 is #36FE3A. Grayscale: #525252. Windows color (decimal): -3604027 or 12911049. OLE color: 12911049.

HSL color Cylindrical-coordinate representation of color #C901C5: hue angle of 301.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901C5 is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 1 197 -
CMYK 0 1.00 0.02 0.21
HSL 301.2º 0.99% 0.4% -
HSV(B) 301.2º 1% 0.79% -
XYZ 34.18 16.47 54.2 -
YUV 83.14 192.26 212.06 -
System Red Green Blue C M Y K H S L
Decimal 201 1 197 0 1.00 0.02 0.21 301.2 0.99 0.4
Hex C9 1 C5 0 64 2 15 12D 63 28
Octal 311 1 305 0 144 2 25 455 143 50
Binary 11001001 1 11000101 0 1100100 10 10101 100101101 1100011 101000

Color Harmonies of #C901C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901C5

Black with #C901C5

Text Example


Text Example

White with #C901C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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