Html Css Color HEX #C905B1 Deep Magenta

📋 copy color: '#C905B1'

red 201 ◦ green 5 ◦ blue 177

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

Shades of Deep Magenta #C905B1

Tints of Deep Magenta #C905B1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 52.48%
G = 1.31%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C905B1 (or 0xC905B1) is known color: Deep Magenta. HEX triplet: C9, 05 and B1. RGB value is (201,5,177). Sum of RGB (Red+Green+Blue) = 201+5+177=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C905B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C905B1 is #36FA4E. Grayscale: #525252. Windows color (decimal): -3603023 or 11601353. OLE color: 11601353.

HSL color Cylindrical-coordinate representation of color #C905B1: hue angle of 307.35º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C905B1 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 177 -
CMYK 0 0.98 0.12 0.21
HSL 307.35º 0.95% 0.4% -
HSV(B) 307.35º 0.98% 0.79% -
XYZ 32.08 15.7 42.93 -
YUV 83.21 180.93 212.01 -
System Red Green Blue C M Y K H S L
Decimal 201 5 177 0 0.98 0.12 0.21 307.35 0.95 0.4
Hex C9 5 B1 0 62 C 15 133 5F 28
Octal 311 5 261 0 142 14 25 463 137 50
Binary 11001001 101 10110001 0 1100010 1100 10101 100110011 1011111 101000

Color Harmonies of #C905B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C905B1

Black with #C905B1

Text Example


Text Example

White with #C905B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C905B1; }

 p { color: rgb(201,5,177); }

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

background-color css

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

 a { background-color: rgb(201,5,177); }

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

border-color css

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

 span { border-color: rgb(201,5,177); }

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