Html Css Color HEX #C04EBB Fuchsia

📋 copy color: '#C04EBB'

red 192 ◦ green 78 ◦ blue 187

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

Shades of Fuchsia #C04EBB

Tints of Fuchsia #C04EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 42.01%
G = 17.07%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C04EBB (or 0xC04EBB) is known color: Fuchsia. HEX triplet: C0, 4E and BB. RGB value is (192,78,187). Sum of RGB (Red+Green+Blue) = 192+78+187=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EBB is #3FB144. Grayscale: #7C7C7C. Windows color (decimal): -4174149 or 12275392. OLE color: 12275392.

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

Color convert

RGB 192 78 187 -
CMYK 0 0.59 0.03 0.25
HSL 302.63º 0.48% 0.53% -
HSV(B) 302.63º 0.59% 0.75% -
XYZ 33.43 20.24 49.16 -
YUV 124.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 192 78 187 0 0.59 0.03 0.25 302.63 0.48 0.53
Hex C0 4E BB 0 3B 3 19 12F 30 35
Octal 300 116 273 0 73 3 31 457 60 65
Binary 11000000 1001110 10111011 0 111011 11 11001 100101111 110000 110101

Color Harmonies of #C04EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EBB

Black with #C04EBB

Text Example


Text Example

White with #C04EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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