Html Css Color HEX #CF94FF Mauve

📋 copy color: '#CF94FF'

red 207 ◦ green 148 ◦ blue 255

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

Shades of Mauve #CF94FF

Tints of Mauve #CF94FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.26%

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

R = 33.93%
G = 24.26%
B = 41.8%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CF94FF (or 0xCF94FF) is known color: Mauve. HEX triplet: CF, 94 and FF. RGB value is (207,148,255). Sum of RGB (Red+Green+Blue) = 207+148+255=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF94FF is #306B00. Grayscale: #B1B1B1. Windows color (decimal): -3173121 or 16749775. OLE color: 16749775.

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

Color convert

RGB 207 148 255 -
CMYK 0.19 0.42 0 0
HSL 273.08º 1% 0.79% -
HSV(B) 273.08º 0.42% 1% -
XYZ 54.37 41.67 99.78 -
YUV 177.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 207 148 255 0.19 0.42 0 0 273.08 1 0.79
Hex CF 94 FF 13 2A 0 0 111 64 4F
Octal 317 224 377 23 52 0 0 421 144 117
Binary 11001111 10010100 11111111 10011 101010 0 0 100010001 1100100 1001111

Color Harmonies of #CF94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF94FF

Black with #CF94FF

Text Example


Text Example

White with #CF94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF94FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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