Html Css Color HEX #C04EB0 Fuchsia

📋 copy color: '#C04EB0'

red 192 ◦ green 78 ◦ blue 176

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

Shades of Fuchsia #C04EB0

Tints of Fuchsia #C04EB0

RGB

 RED value IS 192 (75.39% from 255) = 43.05%

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

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

R = 43.05%
G = 17.49%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C04EB0 (or 0xC04EB0) is known color: Fuchsia. HEX triplet: C0, 4E and B0. RGB value is (192,78,176). Sum of RGB (Red+Green+Blue) = 192+78+176=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04EB0 is #3FB14F. Grayscale: #7A7A7A. Windows color (decimal): -4174160 or 11554496. OLE color: 11554496.

HSL color Cylindrical-coordinate representation of color #C04EB0: hue angle of 308.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04EB0 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 78 176 -
CMYK 0 0.59 0.08 0.25
HSL 308.42º 0.48% 0.53% -
HSV(B) 308.42º 0.59% 0.75% -
XYZ 32.3 19.79 43.19 -
YUV 123.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 192 78 176 0 0.59 0.08 0.25 308.42 0.48 0.53
Hex C0 4E B0 0 3B 8 19 134 30 35
Octal 300 116 260 0 73 10 31 464 60 65
Binary 11000000 1001110 10110000 0 111011 1000 11001 100110100 110000 110101

Color Harmonies of #C04EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EB0

Black with #C04EB0

Text Example


Text Example

White with #C04EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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