Html Css Color HEX #C94CBF Fuchsia

📋 copy color: '#C94CBF'

red 201 ◦ green 76 ◦ blue 191

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

Shades of Fuchsia #C94CBF

Tints of Fuchsia #C94CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.24%

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

R = 42.95%
G = 16.24%
B = 40.81%

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

#C94CBF (or 0xC94CBF) is known color: Fuchsia. HEX triplet: C9, 4C and BF. RGB value is (201,76,191). Sum of RGB (Red+Green+Blue) = 201+76+191=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CBF is #36B340. Grayscale: #7E7E7E. Windows color (decimal): -3584833 or 12537033. OLE color: 12537033.

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

Color convert

RGB 201 76 191 -
CMYK 0 0.62 0.05 0.21
HSL 304.8º 0.54% 0.54% -
HSV(B) 304.8º 0.62% 0.79% -
XYZ 36.08 21.35 51.51 -
YUV 126.49 164.41 181.15 -
System Red Green Blue C M Y K H S L
Decimal 201 76 191 0 0.62 0.05 0.21 304.8 0.54 0.54
Hex C9 4C BF 0 3E 5 15 131 36 36
Octal 311 114 277 0 76 5 25 461 66 66
Binary 11001001 1001100 10111111 0 111110 101 10101 100110001 110110 110110

Color Harmonies of #C94CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CBF

Black with #C94CBF

Text Example


Text Example

White with #C94CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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