Html Css Color HEX #C901BE Deep Magenta

📋 copy color: '#C901BE'

red 201 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #C901BE

Tints of Deep Magenta #C901BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 51.28%
G = 0.26%
B = 48.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C901BE (or 0xC901BE) is known color: Deep Magenta. HEX triplet: C9, 01 and BE. RGB value is (201,1,190). Sum of RGB (Red+Green+Blue) = 201+1+190=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C901BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C901BE is #36FE41. Grayscale: #515151. Windows color (decimal): -3604034 or 12452297. OLE color: 12452297.

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

Color convert

RGB 201 1 190 -
CMYK 0 1.00 0.05 0.21
HSL 303.3º 0.99% 0.4% -
HSV(B) 303.3º 1% 0.79% -
XYZ 33.39 16.16 50.07 -
YUV 82.35 188.76 212.63 -
System Red Green Blue C M Y K H S L
Decimal 201 1 190 0 1.00 0.05 0.21 303.3 0.99 0.4
Hex C9 1 BE 0 64 5 15 12F 63 28
Octal 311 1 276 0 144 5 25 457 143 50
Binary 11001001 1 10111110 0 1100100 101 10101 100101111 1100011 101000

Color Harmonies of #C901BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901BE

Black with #C901BE

Text Example


Text Example

White with #C901BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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