Html Css Color HEX #CC9AFF Mauve

📋 copy color: '#CC9AFF'

red 204 ◦ green 154 ◦ blue 255

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

Shades of Mauve #CC9AFF

Tints of Mauve #CC9AFF

RGB

 RED value IS 204 (80.08% from 255) = 33.28%

 GREEN value IS 154 (60.55% from 255) = 25.12%

 BLUE value IS 255 (100% from 255) = 41.6%

R = 33.28%
G = 25.12%
B = 41.6%

CMYK

 C value IS 0.2

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC9AFF (or 0xCC9AFF) is known color: Mauve. HEX triplet: CC, 9A and FF. RGB value is (204,154,255). Sum of RGB (Red+Green+Blue) = 204+154+255=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9AFF is #336500. Grayscale: #B4B4B4. Windows color (decimal): -3368193 or 16751308. OLE color: 16751308.

HSL color Cylindrical-coordinate representation of color #CC9AFF: hue angle of 269.7º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC9AFF is Cyan = 0.2, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 154 255 -
CMYK 0.2 0.40 0 0
HSL 269.7º 1% 0.8% -
HSV(B) 269.7º 0.4% 1% -
XYZ 54.51 43.17 100.07 -
YUV 180.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 204 154 255 0.2 0.40 0 0 269.7 1 0.8
Hex CC 9A FF 14 28 0 0 10E 64 50
Octal 314 232 377 24 50 0 0 416 144 120
Binary 11001100 10011010 11111111 10100 101000 0 0 100001110 1100100 1010000

Color Harmonies of #CC9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9AFF

Black with #CC9AFF

Text Example


Text Example

White with #CC9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9AFF; }

 p { color: rgb(204,154,255); }

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

background-color css

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

 a { background-color: rgb(204,154,255); }

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

border-color css

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

 span { border-color: rgb(204,154,255); }

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