Html Css Color HEX #C901CB Deep Magenta

📋 copy color: '#C901CB'

red 201 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #C901CB

Tints of Deep Magenta #C901CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 49.63%
G = 0.25%
B = 50.12%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C901CB (or 0xC901CB) is known color: Deep Magenta. HEX triplet: C9, 01 and CB. RGB value is (201,1,203). Sum of RGB (Red+Green+Blue) = 201+1+203=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #C901CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C901CB is #36FE34. Grayscale: #535353. Windows color (decimal): -3604021 or 13304265. OLE color: 13304265.

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

Color convert

RGB 201 1 203 -
CMYK 0.01 1.00 0 0.20
HSL 299.41º 0.99% 0.4% -
HSV(B) 299.41º 1% 0.8% -
XYZ 34.88 16.75 57.89 -
YUV 83.83 195.26 211.57 -
System Red Green Blue C M Y K H S L
Decimal 201 1 203 0.01 1.00 0 0.20 299.41 0.99 0.4
Hex C9 1 CB 1 64 0 14 12B 63 28
Octal 311 1 313 1 144 0 24 453 143 50
Binary 11001001 1 11001011 1 1100100 0 10100 100101011 1100011 101000

Color Harmonies of #C901CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901CB

Black with #C901CB

Text Example


Text Example

White with #C901CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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