Html Css Color HEX #C05CC6 Fuchsia

📋 copy color: '#C05CC6'

red 192 ◦ green 92 ◦ blue 198

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

Shades of Fuchsia #C05CC6

Tints of Fuchsia #C05CC6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.09%

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

R = 39.83%
G = 19.09%
B = 41.08%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C05CC6 (or 0xC05CC6) is known color: Fuchsia. HEX triplet: C0, 5C and C6. RGB value is (192,92,198). Sum of RGB (Red+Green+Blue) = 192+92+198=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #C05CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CC6 is #3FA339. Grayscale: #858585. Windows color (decimal): -4170554 or 12999872. OLE color: 12999872.

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

Color convert

RGB 192 92 198 -
CMYK 0.03 0.54 0 0.22
HSL 296.6º 0.48% 0.57% -
HSV(B) 296.6º 0.54% 0.78% -
XYZ 35.76 22.94 55.97 -
YUV 133.98 164.13 169.38 -
System Red Green Blue C M Y K H S L
Decimal 192 92 198 0.03 0.54 0 0.22 296.6 0.48 0.57
Hex C0 5C C6 3 36 0 16 129 30 39
Octal 300 134 306 3 66 0 26 451 60 71
Binary 11000000 1011100 11000110 11 110110 0 10110 100101001 110000 111001

Color Harmonies of #C05CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CC6

Black with #C05CC6

Text Example


Text Example

White with #C05CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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