Html Css Color HEX #CF94FA Mauve

📋 copy color: '#CF94FA'

red 207 ◦ green 148 ◦ blue 250

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

Shades of Mauve #CF94FA

Tints of Mauve #CF94FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 34.21%
G = 24.46%
B = 41.32%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF94FA (or 0xCF94FA) is known color: Mauve. HEX triplet: CF, 94 and FA. RGB value is (207,148,250). Sum of RGB (Red+Green+Blue) = 207+148+250=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF94FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF94FA is #306B05. Grayscale: #B0B0B0. Windows color (decimal): -3173126 or 16422095. OLE color: 16422095.

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

Color convert

RGB 207 148 250 -
CMYK 0.17 0.41 0 0.02
HSL 274.71º 0.91% 0.78% -
HSV(B) 274.71º 0.41% 0.98% -
XYZ 53.58 41.35 95.6 -
YUV 177.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 207 148 250 0.17 0.41 0 0.02 274.71 0.91 0.78
Hex CF 94 FA 11 29 0 2 113 5B 4E
Octal 317 224 372 21 51 0 2 423 133 116
Binary 11001111 10010100 11111010 10001 101001 0 10 100010011 1011011 1001110

Color Harmonies of #CF94FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF94FA

Black with #CF94FA

Text Example


Text Example

White with #CF94FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF94FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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