Html Css Color HEX #CC9FFC Mauve

📋 copy color: '#CC9FFC'

red 204 ◦ green 159 ◦ blue 252

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

Shades of Mauve #CC9FFC

Tints of Mauve #CC9FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.98%

R = 33.17%
G = 25.85%
B = 40.98%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC9FFC (or 0xCC9FFC) is known color: Mauve. HEX triplet: CC, 9F and FC. RGB value is (204,159,252). Sum of RGB (Red+Green+Blue) = 204+159+252=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FFC is #336003. Grayscale: #B6B6B6. Windows color (decimal): -3366916 or 16555980. OLE color: 16555980.

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

Color convert

RGB 204 159 252 -
CMYK 0.19 0.37 0 0.01
HSL 269.03º 0.94% 0.81% -
HSV(B) 269.03º 0.37% 0.99% -
XYZ 54.87 44.66 97.82 -
YUV 183.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 204 159 252 0.19 0.37 0 0.01 269.03 0.94 0.81
Hex CC 9F FC 13 25 0 1 10D 5E 51
Octal 314 237 374 23 45 0 1 415 136 121
Binary 11001100 10011111 11111100 10011 100101 0 1 100001101 1011110 1010001

Color Harmonies of #CC9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FFC

Black with #CC9FFC

Text Example


Text Example

White with #CC9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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