Html Css Color HEX #C901CD Deep Magenta

📋 copy color: '#C901CD'

red 201 ◦ green 1 ◦ blue 205

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

Shades of Deep Magenta #C901CD

Tints of Deep Magenta #C901CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 49.39%
G = 0.25%
B = 50.37%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C901CD (or 0xC901CD) is known color: Deep Magenta. HEX triplet: C9, 01 and CD. RGB value is (201,1,205). Sum of RGB (Red+Green+Blue) = 201+1+205=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #C901CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C901CD is #36FE32. Grayscale: #535353. Windows color (decimal): -3604019 or 13435337. OLE color: 13435337.

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

Color convert

RGB 201 1 205 -
CMYK 0.02 1.00 0 0.20
HSL 298.82º 0.99% 0.4% -
HSV(B) 298.82º 1% 0.8% -
XYZ 35.12 16.85 59.16 -
YUV 84.06 196.26 211.41 -
System Red Green Blue C M Y K H S L
Decimal 201 1 205 0.02 1.00 0 0.20 298.82 0.99 0.4
Hex C9 1 CD 2 64 0 14 12B 63 28
Octal 311 1 315 2 144 0 24 453 143 50
Binary 11001001 1 11001101 10 1100100 0 10100 100101011 1100011 101000

Color Harmonies of #C901CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901CD

Black with #C901CD

Text Example


Text Example

White with #C901CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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