Html Css Color HEX #CF96F9 Mauve

📋 copy color: '#CF96F9'

red 207 ◦ green 150 ◦ blue 249

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

Shades of Mauve #CF96F9

Tints of Mauve #CF96F9

RGB

 RED value IS 207 (81.25% from 255) = 34.16%

 GREEN value IS 150 (58.98% from 255) = 24.75%

 BLUE value IS 249 (97.66% from 255) = 41.09%

R = 34.16%
G = 24.75%
B = 41.09%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF96F9 (or 0xCF96F9) is known color: Mauve. HEX triplet: CF, 96 and F9. RGB value is (207,150,249). Sum of RGB (Red+Green+Blue) = 207+150+249=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF96F9 is #306906. Grayscale: #B1B1B1. Windows color (decimal): -3172615 or 16357071. OLE color: 16357071.

HSL color Cylindrical-coordinate representation of color #CF96F9: hue angle of 274.55º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF96F9 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 150 249 -
CMYK 0.17 0.40 0 0.02
HSL 274.55º 0.89% 0.78% -
HSV(B) 274.55º 0.4% 0.98% -
XYZ 53.74 41.92 94.88 -
YUV 178.33 167.88 148.45 -
System Red Green Blue C M Y K H S L
Decimal 207 150 249 0.17 0.40 0 0.02 274.55 0.89 0.78
Hex CF 96 F9 11 28 0 2 113 59 4E
Octal 317 226 371 21 50 0 2 423 131 116
Binary 11001111 10010110 11111001 10001 101000 0 10 100010011 1011001 1001110

Color Harmonies of #CF96F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96F9

Black with #CF96F9

Text Example


Text Example

White with #CF96F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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