Html Css Color HEX #C05EC6 Fuchsia

📋 copy color: '#C05EC6'

red 192 ◦ green 94 ◦ blue 198

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

Shades of Fuchsia #C05EC6

Tints of Fuchsia #C05EC6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.42%

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

R = 39.67%
G = 19.42%
B = 40.91%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C05EC6 (or 0xC05EC6) is known color: Fuchsia. HEX triplet: C0, 5E and C6. RGB value is (192,94,198). Sum of RGB (Red+Green+Blue) = 192+94+198=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #C05EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EC6 is #3FA139. Grayscale: #868686. Windows color (decimal): -4170042 or 13000384. OLE color: 13000384.

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

Color convert

RGB 192 94 198 -
CMYK 0.03 0.53 0 0.22
HSL 296.54º 0.48% 0.57% -
HSV(B) 296.54º 0.53% 0.78% -
XYZ 35.93 23.29 56.03 -
YUV 135.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 192 94 198 0.03 0.53 0 0.22 296.54 0.48 0.57
Hex C0 5E C6 3 35 0 16 129 30 39
Octal 300 136 306 3 65 0 26 451 60 71
Binary 11000000 1011110 11000110 11 110101 0 10110 100101001 110000 111001

Color Harmonies of #C05EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05EC6

Black with #C05EC6

Text Example


Text Example

White with #C05EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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