Html Css Color HEX #C04EB4 Fuchsia

📋 copy color: '#C04EB4'

red 192 ◦ green 78 ◦ blue 180

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

Shades of Fuchsia #C04EB4

Tints of Fuchsia #C04EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40%

R = 42.67%
G = 17.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C04EB4 (or 0xC04EB4) is known color: Fuchsia. HEX triplet: C0, 4E and B4. RGB value is (192,78,180). Sum of RGB (Red+Green+Blue) = 192+78+180=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EB4 is #3FB14B. Grayscale: #7B7B7B. Windows color (decimal): -4174156 or 11816640. OLE color: 11816640.

HSL color Cylindrical-coordinate representation of color #C04EB4: hue angle of 306.32º 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 #C04EB4 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 78 180 -
CMYK 0 0.59 0.06 0.25
HSL 306.32º 0.48% 0.53% -
HSV(B) 306.32º 0.59% 0.75% -
XYZ 32.7 19.95 45.31 -
YUV 123.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 192 78 180 0 0.59 0.06 0.25 306.32 0.48 0.53
Hex C0 4E B4 0 3B 6 19 132 30 35
Octal 300 116 264 0 73 6 31 462 60 65
Binary 11000000 1001110 10110100 0 111011 110 11001 100110010 110000 110101

Color Harmonies of #C04EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EB4

Black with #C04EB4

Text Example


Text Example

White with #C04EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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