Html Css Color HEX #CC98FA Mauve

📋 copy color: '#CC98FA'

red 204 ◦ green 152 ◦ blue 250

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

Shades of Mauve #CC98FA

Tints of Mauve #CC98FA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.08%

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 33.66%
G = 25.08%
B = 41.25%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC98FA (or 0xCC98FA) is known color: Mauve. HEX triplet: CC, 98 and FA. RGB value is (204,152,250). Sum of RGB (Red+Green+Blue) = 204+152+250=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC98FA is #336705. Grayscale: #B2B2B2. Windows color (decimal): -3368710 or 16423116. OLE color: 16423116.

HSL color Cylindrical-coordinate representation of color #CC98FA: hue angle of 271.84º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC98FA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 152 250 -
CMYK 0.18 0.39 0 0.02
HSL 271.84º 0.91% 0.79% -
HSV(B) 271.84º 0.39% 0.98% -
XYZ 53.39 42.2 95.77 -
YUV 178.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 204 152 250 0.18 0.39 0 0.02 271.84 0.91 0.79
Hex CC 98 FA 12 27 0 2 110 5B 4F
Octal 314 230 372 22 47 0 2 420 133 117
Binary 11001100 10011000 11111010 10010 100111 0 10 100010000 1011011 1001111

Color Harmonies of #CC98FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98FA

Black with #CC98FA

Text Example


Text Example

White with #CC98FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98FA; }

 p { color: rgb(204,152,250); }

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

background-color css

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

 a { background-color: rgb(204,152,250); }

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

border-color css

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

 span { border-color: rgb(204,152,250); }

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