Html Css Color HEX #C906CE Deep Magenta

📋 copy color: '#C906CE'

red 201 ◦ green 6 ◦ blue 206

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

Shades of Deep Magenta #C906CE

Tints of Deep Magenta #C906CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 48.67%
G = 1.45%
B = 49.88%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C906CE (or 0xC906CE) is known color: Deep Magenta. HEX triplet: C9, 06 and CE. RGB value is (201,6,206). Sum of RGB (Red+Green+Blue) = 201+6+206=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #C906CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C906CE is #36F931. Grayscale: #565656. Windows color (decimal): -3602738 or 13502153. OLE color: 13502153.

HSL color Cylindrical-coordinate representation of color #C906CE: hue angle of 298.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C906CE is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 6 206 -
CMYK 0.02 0.97 0 0.19
HSL 298.5º 0.94% 0.42% -
HSV(B) 298.5º 0.97% 0.81% -
XYZ 35.29 17 59.81 -
YUV 87.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 201 6 206 0.02 0.97 0 0.19 298.5 0.94 0.42
Hex C9 6 CE 2 61 0 13 12A 5E 2A
Octal 311 6 316 2 141 0 23 452 136 52
Binary 11001001 110 11001110 10 1100001 0 10011 100101010 1011110 101010

Color Harmonies of #C906CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C906CE

Black with #C906CE

Text Example


Text Example

White with #C906CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C906CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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