Html Css Color HEX #CF99FF Mauve

📋 copy color: '#CF99FF'

red 207 ◦ green 153 ◦ blue 255

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

Shades of Mauve #CF99FF

Tints of Mauve #CF99FF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.88%

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

R = 33.66%
G = 24.88%
B = 41.46%

CMYK

 C value IS 0.19

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CF99FF (or 0xCF99FF) is known color: Mauve. HEX triplet: CF, 99 and FF. RGB value is (207,153,255). Sum of RGB (Red+Green+Blue) = 207+153+255=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF99FF is #306600. Grayscale: #B4B4B4. Windows color (decimal): -3171841 or 16751055. OLE color: 16751055.

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

Color convert

RGB 207 153 255 -
CMYK 0.19 0.4 0 0
HSL 271.76º 1% 0.8% -
HSV(B) 271.76º 0.4% 1% -
XYZ 55.17 43.27 100.05 -
YUV 180.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 207 153 255 0.19 0.4 0 0 271.76 1 0.8
Hex CF 99 FF 13 28 0 0 110 64 50
Octal 317 231 377 23 50 0 0 420 144 120
Binary 11001111 10011001 11111111 10011 101000 0 0 100010000 1100100 1010000

Color Harmonies of #CF99FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF99FF

Black with #CF99FF

Text Example


Text Example

White with #CF99FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF99FF; }

 p { color: rgb(207,153,255); }

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

background-color css

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

 a { background-color: rgb(207,153,255); }

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

border-color css

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

 span { border-color: rgb(207,153,255); }

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