#CF98F9

Color #CF98F9 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CF98F9

Tints of Mauve #CF98F9

Color information

#CF98F9 (or 0xCF98F9) is unknown color: approx Mauve. HEX triplet: CF, 98 and F9. RGB value is (207,152,249). Sum of RGB (Red+Green+Blue) = 207+152+249=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF98F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF98F9 is #306706. Grayscale: #B3B3B3. Windows color (decimal): -3172103 or 16357583. OLE color: 16357583.

HSL color Cylindrical-coordinate representation of color #CF98F9: hue angle of 274.02º degrees, saturation: 0.89, 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 #CF98F9 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207152249-
CMYK0.170.3900.02
HSL274.02º88.99%78.63%-
HSV(B)274.02º38.96%97.65%-
XYZ54.0642.5694.99-
YUV179.5167.22147.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 152 (59.77% from 255) = 25%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=34.05%
G=25%
B=40.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071522490.170.3900.02274.0288.9978.63
HexCF98F9112702112594f
Octal317230371214702422131117
Binary1100111110011000111110011000110011101010001001010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98F9; }

 p { color: rgb(207,152,249); }

 H1.HeaderClassName
 {
   color: #CF98F9;
 }
 .AnyTagClassName
 {
   color: #CF98F9;
 }
</style>
background-color css

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

 a { background-color: rgb(207,152,249); }

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

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

 span { border-color: rgb(207,152,249); }

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