Html Css Color HEX #C94BBF Fuchsia

📋 copy color: '#C94BBF'

red 201 ◦ green 75 ◦ blue 191

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

Shades of Fuchsia #C94BBF

Tints of Fuchsia #C94BBF

RGB

 RED value IS 201 (78.91% from 255) = 43.04%

 GREEN value IS 75 (29.69% from 255) = 16.06%

 BLUE value IS 191 (75% from 255) = 40.9%

R = 43.04%
G = 16.06%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C94BBF (or 0xC94BBF) is known color: Fuchsia. HEX triplet: C9, 4B and BF. RGB value is (201,75,191). Sum of RGB (Red+Green+Blue) = 201+75+191=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C94BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BBF is #36B440. Grayscale: #7D7D7D. Windows color (decimal): -3585089 or 12536777. OLE color: 12536777.

HSL color Cylindrical-coordinate representation of color #C94BBF: hue angle of 304.76º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94BBF is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 75 191 -
CMYK 0 0.63 0.05 0.21
HSL 304.76º 0.54% 0.54% -
HSV(B) 304.76º 0.63% 0.79% -
XYZ 36.01 21.21 51.49 -
YUV 125.9 164.74 181.57 -
System Red Green Blue C M Y K H S L
Decimal 201 75 191 0 0.63 0.05 0.21 304.76 0.54 0.54
Hex C9 4B BF 0 3F 5 15 131 36 36
Octal 311 113 277 0 77 5 25 461 66 66
Binary 11001001 1001011 10111111 0 111111 101 10101 100110001 110110 110110

Color Harmonies of #C94BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BBF

Black with #C94BBF

Text Example


Text Example

White with #C94BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BBF; }

 p { color: rgb(201,75,191); }

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

background-color css

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

 a { background-color: rgb(201,75,191); }

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

border-color css

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

 span { border-color: rgb(201,75,191); }

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