Html Css Color HEX #C906BE Deep Magenta

📋 copy color: '#C906BE'

red 201 ◦ green 6 ◦ blue 190

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

Shades of Deep Magenta #C906BE

Tints of Deep Magenta #C906BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.51%

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

R = 50.63%
G = 1.51%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C906BE (or 0xC906BE) is known color: Deep Magenta. HEX triplet: C9, 06 and BE. RGB value is (201,6,190). Sum of RGB (Red+Green+Blue) = 201+6+190=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C906BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C906BE is #36F941. Grayscale: #545454. Windows color (decimal): -3602754 or 12453577. OLE color: 12453577.

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

Color convert

RGB 201 6 190 -
CMYK 0 0.97 0.05 0.21
HSL 303.38º 0.94% 0.41% -
HSV(B) 303.38º 0.97% 0.79% -
XYZ 33.45 16.27 50.09 -
YUV 85.28 187.1 210.54 -
System Red Green Blue C M Y K H S L
Decimal 201 6 190 0 0.97 0.05 0.21 303.38 0.94 0.41
Hex C9 6 BE 0 61 5 15 12F 5E 29
Octal 311 6 276 0 141 5 25 457 136 51
Binary 11001001 110 10111110 0 1100001 101 10101 100101111 1011110 101001

Color Harmonies of #C906BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C906BE

Black with #C906BE

Text Example


Text Example

White with #C906BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C906BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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