Html Css Color HEX #C05FC6 Fuchsia

📋 copy color: '#C05FC6'

red 192 ◦ green 95 ◦ blue 198

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

Shades of Fuchsia #C05FC6

Tints of Fuchsia #C05FC6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.59%

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

R = 39.59%
G = 19.59%
B = 40.82%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C05FC6 (or 0xC05FC6) is known color: Fuchsia. HEX triplet: C0, 5F and C6. RGB value is (192,95,198). Sum of RGB (Red+Green+Blue) = 192+95+198=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #C05FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FC6 is #3FA039. Grayscale: #878787. Windows color (decimal): -4169786 or 13000640. OLE color: 13000640.

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

Color convert

RGB 192 95 198 -
CMYK 0.03 0.52 0 0.22
HSL 296.5º 0.47% 0.57% -
HSV(B) 296.5º 0.52% 0.78% -
XYZ 36.02 23.47 56.06 -
YUV 135.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 192 95 198 0.03 0.52 0 0.22 296.5 0.47 0.57
Hex C0 5F C6 3 34 0 16 129 2F 39
Octal 300 137 306 3 64 0 26 451 57 71
Binary 11000000 1011111 11000110 11 110100 0 10110 100101001 101111 111001

Color Harmonies of #C05FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FC6

Black with #C05FC6

Text Example


Text Example

White with #C05FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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