Html Css Color HEX #C94DBF Fuchsia

📋 copy color: '#C94DBF'

red 201 ◦ green 77 ◦ blue 191

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

Shades of Fuchsia #C94DBF

Tints of Fuchsia #C94DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.42%

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

R = 42.86%
G = 16.42%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C94DBF (or 0xC94DBF) is known color: Fuchsia. HEX triplet: C9, 4D and BF. RGB value is (201,77,191). Sum of RGB (Red+Green+Blue) = 201+77+191=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DBF is #36B240. Grayscale: #7E7E7E. Windows color (decimal): -3584577 or 12537289. OLE color: 12537289.

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

Color convert

RGB 201 77 191 -
CMYK 0 0.62 0.05 0.21
HSL 304.84º 0.53% 0.55% -
HSV(B) 304.84º 0.62% 0.79% -
XYZ 36.15 21.49 51.53 -
YUV 127.07 164.08 180.73 -
System Red Green Blue C M Y K H S L
Decimal 201 77 191 0 0.62 0.05 0.21 304.84 0.53 0.55
Hex C9 4D BF 0 3E 5 15 131 35 37
Octal 311 115 277 0 76 5 25 461 65 67
Binary 11001001 1001101 10111111 0 111110 101 10101 100110001 110101 110111

Color Harmonies of #C94DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DBF

Black with #C94DBF

Text Example


Text Example

White with #C94DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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