Html Css Color HEX #C94EB0 Fuchsia

📋 copy color: '#C94EB0'

red 201 ◦ green 78 ◦ blue 176

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

Shades of Fuchsia #C94EB0

Tints of Fuchsia #C94EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.68%

R = 44.18%
G = 17.14%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C94EB0 (or 0xC94EB0) is known color: Fuchsia. HEX triplet: C9, 4E and B0. RGB value is (201,78,176). Sum of RGB (Red+Green+Blue) = 201+78+176=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94EB0 is #36B14F. Grayscale: #7D7D7D. Windows color (decimal): -3584336 or 11554505. OLE color: 11554505.

HSL color Cylindrical-coordinate representation of color #C94EB0: hue angle of 312.2º 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 #C94EB0 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 78 176 -
CMYK 0 0.61 0.12 0.21
HSL 312.2º 0.53% 0.55% -
HSV(B) 312.2º 0.61% 0.79% -
XYZ 34.65 21 43.3 -
YUV 125.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 201 78 176 0 0.61 0.12 0.21 312.2 0.53 0.55
Hex C9 4E B0 0 3D C 15 138 35 37
Octal 311 116 260 0 75 14 25 470 65 67
Binary 11001001 1001110 10110000 0 111101 1100 10101 100111000 110101 110111

Color Harmonies of #C94EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94EB0

Black with #C94EB0

Text Example


Text Example

White with #C94EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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