Html Css Color HEX #C94EBC Fuchsia

📋 copy color: '#C94EBC'

red 201 ◦ green 78 ◦ blue 188

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

Shades of Fuchsia #C94EBC

Tints of Fuchsia #C94EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.7%

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 43.04%
G = 16.7%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C94EBC (or 0xC94EBC) is known color: Fuchsia. HEX triplet: C9, 4E and BC. RGB value is (201,78,188). Sum of RGB (Red+Green+Blue) = 201+78+188=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EBC is #36B143. Grayscale: #7F7F7F. Windows color (decimal): -3584324 or 12340937. OLE color: 12340937.

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

Color convert

RGB 201 78 188 -
CMYK 0 0.61 0.06 0.21
HSL 306.34º 0.53% 0.55% -
HSV(B) 306.34º 0.61% 0.79% -
XYZ 35.89 21.5 49.83 -
YUV 127.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 201 78 188 0 0.61 0.06 0.21 306.34 0.53 0.55
Hex C9 4E BC 0 3D 6 15 132 35 37
Octal 311 116 274 0 75 6 25 462 65 67
Binary 11001001 1001110 10111100 0 111101 110 10101 100110010 110101 110111

Color Harmonies of #C94EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94EBC

Black with #C94EBC

Text Example


Text Example

White with #C94EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94EBC; }

 p { color: rgb(201,78,188); }

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

background-color css

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

 a { background-color: rgb(201,78,188); }

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

border-color css

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

 span { border-color: rgb(201,78,188); }

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