Html Css Color HEX #CC92FE Mauve

📋 copy color: '#CC92FE'

red 204 ◦ green 146 ◦ blue 254

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

Shades of Mauve #CC92FE

Tints of Mauve #CC92FE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.17%

 BLUE value IS 254 (99.61% from 255) = 42.05%

R = 33.77%
G = 24.17%
B = 42.05%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC92FE (or 0xCC92FE) is known color: Mauve. HEX triplet: CC, 92 and FE. RGB value is (204,146,254). Sum of RGB (Red+Green+Blue) = 204+146+254=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC92FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC92FE is #336D01. Grayscale: #AFAFAF. Windows color (decimal): -3370242 or 16683724. OLE color: 16683724.

HSL color Cylindrical-coordinate representation of color #CC92FE: hue angle of 272.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC92FE is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 146 254 -
CMYK 0.20 0.43 0 0.00
HSL 272.22º 0.98% 0.78% -
HSV(B) 272.22º 0.43% 1% -
XYZ 53.07 40.55 98.8 -
YUV 175.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 204 146 254 0.20 0.43 0 0.00 272.22 0.98 0.78
Hex CC 92 FE 14 2B 0 0 110 62 4E
Octal 314 222 376 24 53 0 0 420 142 116
Binary 11001100 10010010 11111110 10100 101011 0 0 100010000 1100010 1001110

Color Harmonies of #CC92FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC92FE

Black with #CC92FE

Text Example


Text Example

White with #CC92FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC92FE; }

 p { color: rgb(204,146,254); }

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

background-color css

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

 a { background-color: rgb(204,146,254); }

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

border-color css

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

 span { border-color: rgb(204,146,254); }

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