Html Css Color HEX #CC9FFF Mauve

📋 copy color: '#CC9FFF'

red 204 ◦ green 159 ◦ blue 255

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

Shades of Mauve #CC9FFF

Tints of Mauve #CC9FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.73%

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

R = 33.01%
G = 25.73%
B = 41.26%

CMYK

 C value IS 0.2

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC9FFF (or 0xCC9FFF) is known color: Mauve. HEX triplet: CC, 9F and FF. RGB value is (204,159,255). Sum of RGB (Red+Green+Blue) = 204+159+255=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FFF is #336000. Grayscale: #B7B7B7. Windows color (decimal): -3366913 or 16752588. OLE color: 16752588.

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

Color convert

RGB 204 159 255 -
CMYK 0.2 0.38 0 0
HSL 268.13º 1% 0.81% -
HSV(B) 268.13º 0.38% 1% -
XYZ 55.35 44.85 100.35 -
YUV 183.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 204 159 255 0.2 0.38 0 0 268.13 1 0.81
Hex CC 9F FF 14 26 0 0 10C 64 51
Octal 314 237 377 24 46 0 0 414 144 121
Binary 11001100 10011111 11111111 10100 100110 0 0 100001100 1100100 1010001

Color Harmonies of #CC9FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FFF

Black with #CC9FFF

Text Example


Text Example

White with #CC9FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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