Html Css Color HEX #C04EBD Fuchsia

📋 copy color: '#C04EBD'

red 192 ◦ green 78 ◦ blue 189

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

Shades of Fuchsia #C04EBD

Tints of Fuchsia #C04EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 41.83%
G = 16.99%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C04EBD (or 0xC04EBD) is known color: Fuchsia. HEX triplet: C0, 4E and BD. RGB value is (192,78,189). Sum of RGB (Red+Green+Blue) = 192+78+189=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EBD is #3FB142. Grayscale: #7C7C7C. Windows color (decimal): -4174147 or 12406464. OLE color: 12406464.

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

Color convert

RGB 192 78 189 -
CMYK 0 0.59 0.02 0.25
HSL 301.58º 0.48% 0.53% -
HSV(B) 301.58º 0.59% 0.75% -
XYZ 33.65 20.33 50.29 -
YUV 124.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 192 78 189 0 0.59 0.02 0.25 301.58 0.48 0.53
Hex C0 4E BD 0 3B 2 19 12E 30 35
Octal 300 116 275 0 73 2 31 456 60 65
Binary 11000000 1001110 10111101 0 111011 10 11001 100101110 110000 110101

Color Harmonies of #C04EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EBD

Black with #C04EBD

Text Example


Text Example

White with #C04EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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