Html Css Color HEX #CC93FF Mauve

📋 copy color: '#CC93FF'

red 204 ◦ green 147 ◦ blue 255

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

Shades of Mauve #CC93FF

Tints of Mauve #CC93FF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.26%

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

R = 33.66%
G = 24.26%
B = 42.08%

CMYK

 C value IS 0.2

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC93FF (or 0xCC93FF) is known color: Mauve. HEX triplet: CC, 93 and FF. RGB value is (204,147,255). Sum of RGB (Red+Green+Blue) = 204+147+255=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC93FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC93FF is #336C00. Grayscale: #AFAFAF. Windows color (decimal): -3369985 or 16749516. OLE color: 16749516.

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

Color convert

RGB 204 147 255 -
CMYK 0.2 0.42 0 0
HSL 271.67º 1% 0.79% -
HSV(B) 271.67º 0.42% 1% -
XYZ 53.39 40.92 99.69 -
YUV 176.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 204 147 255 0.2 0.42 0 0 271.67 1 0.79
Hex CC 93 FF 14 2A 0 0 110 64 4F
Octal 314 223 377 24 52 0 0 420 144 117
Binary 11001100 10010011 11111111 10100 101010 0 0 100010000 1100100 1001111

Color Harmonies of #CC93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC93FF

Black with #CC93FF

Text Example


Text Example

White with #CC93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC93FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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