Html Css Color HEX #C04EC6 Fuchsia

📋 copy color: '#C04EC6'

red 192 ◦ green 78 ◦ blue 198

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

Shades of Fuchsia #C04EC6

Tints of Fuchsia #C04EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.31%

R = 41.03%
G = 16.67%
B = 42.31%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C04EC6 (or 0xC04EC6) is known color: Fuchsia. HEX triplet: C0, 4E and C6. RGB value is (192,78,198). Sum of RGB (Red+Green+Blue) = 192+78+198=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #C04EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EC6 is #3FB139. Grayscale: #7D7D7D. Windows color (decimal): -4174138 or 12996288. OLE color: 12996288.

HSL color Cylindrical-coordinate representation of color #C04EC6: hue angle of 297º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04EC6 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 78 198 -
CMYK 0.03 0.61 0 0.22
HSL 297º 0.51% 0.54% -
HSV(B) 297º 0.61% 0.78% -
XYZ 34.66 20.73 55.6 -
YUV 125.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 192 78 198 0.03 0.61 0 0.22 297 0.51 0.54
Hex C0 4E C6 3 3D 0 16 129 33 36
Octal 300 116 306 3 75 0 26 451 63 66
Binary 11000000 1001110 11000110 11 111101 0 10110 100101001 110011 110110

Color Harmonies of #C04EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EC6

Black with #C04EC6

Text Example


Text Example

White with #C04EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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