Html Css Color HEX #C906CC Deep Magenta

📋 copy color: '#C906CC'

red 201 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #C906CC

Tints of Deep Magenta #C906CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 48.91%
G = 1.46%
B = 49.64%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C906CC (or 0xC906CC) is known color: Deep Magenta. HEX triplet: C9, 06 and CC. RGB value is (201,6,204). Sum of RGB (Red+Green+Blue) = 201+6+204=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #C906CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C906CC is #36F933. Grayscale: #565656. Windows color (decimal): -3602740 or 13371081. OLE color: 13371081.

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

Color convert

RGB 201 6 204 -
CMYK 0.01 0.97 0 0.2
HSL 299.09º 0.94% 0.41% -
HSV(B) 299.09º 0.97% 0.8% -
XYZ 35.05 16.91 58.54 -
YUV 86.88 194.1 209.4 -
System Red Green Blue C M Y K H S L
Decimal 201 6 204 0.01 0.97 0 0.2 299.09 0.94 0.41
Hex C9 6 CC 1 61 0 14 12B 5E 29
Octal 311 6 314 1 141 0 24 453 136 51
Binary 11001001 110 11001100 1 1100001 0 10100 100101011 1011110 101001

Color Harmonies of #C906CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C906CC

Black with #C906CC

Text Example


Text Example

White with #C906CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C906CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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