Html Css Color HEX #C909B0 Deep Magenta

📋 copy color: '#C909B0'

red 201 ◦ green 9 ◦ blue 176

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

Shades of Deep Magenta #C909B0

Tints of Deep Magenta #C909B0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.33%

 BLUE value IS 176 (69.14% from 255) = 45.6%

R = 52.07%
G = 2.33%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C909B0 (or 0xC909B0) is known color: Deep Magenta. HEX triplet: C9, 09 and B0. RGB value is (201,9,176). Sum of RGB (Red+Green+Blue) = 201+9+176=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C909B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C909B0 is #36F64F. Grayscale: #545454. Windows color (decimal): -3602000 or 11536841. OLE color: 11536841.

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

Color convert

RGB 201 9 176 -
CMYK 0 0.96 0.12 0.21
HSL 307.81º 0.91% 0.41% -
HSV(B) 307.81º 0.96% 0.79% -
XYZ 32.02 15.75 42.43 -
YUV 85.45 179.11 210.42 -
System Red Green Blue C M Y K H S L
Decimal 201 9 176 0 0.96 0.12 0.21 307.81 0.91 0.41
Hex C9 9 B0 0 60 C 15 134 5B 29
Octal 311 11 260 0 140 14 25 464 133 51
Binary 11001001 1001 10110000 0 1100000 1100 10101 100110100 1011011 101001

Color Harmonies of #C909B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C909B0

Black with #C909B0

Text Example


Text Example

White with #C909B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C909B0; }

 p { color: rgb(201,9,176); }

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

background-color css

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

 a { background-color: rgb(201,9,176); }

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

border-color css

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

 span { border-color: rgb(201,9,176); }

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