Html Css Color HEX #C05EC3 Fuchsia

📋 copy color: '#C05EC3'

red 192 ◦ green 94 ◦ blue 195

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

Shades of Fuchsia #C05EC3

Tints of Fuchsia #C05EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.54%

R = 39.92%
G = 19.54%
B = 40.54%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C05EC3 (or 0xC05EC3) is known color: Fuchsia. HEX triplet: C0, 5E and C3. RGB value is (192,94,195). Sum of RGB (Red+Green+Blue) = 192+94+195=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #C05EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EC3 is #3FA13C. Grayscale: #868686. Windows color (decimal): -4170045 or 12803776. OLE color: 12803776.

HSL color Cylindrical-coordinate representation of color #C05EC3: hue angle of 298.22º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05EC3 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 94 195 -
CMYK 0.02 0.52 0 0.24
HSL 298.22º 0.46% 0.57% -
HSV(B) 298.22º 0.52% 0.76% -
XYZ 35.59 23.15 54.22 -
YUV 134.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 192 94 195 0.02 0.52 0 0.24 298.22 0.46 0.57
Hex C0 5E C3 2 34 0 18 12A 2E 39
Octal 300 136 303 2 64 0 30 452 56 71
Binary 11000000 1011110 11000011 10 110100 0 11000 100101010 101110 111001

Color Harmonies of #C05EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05EC3

Black with #C05EC3

Text Example


Text Example

White with #C05EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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