Html Css Color HEX #C05CC5 Fuchsia

📋 copy color: '#C05CC5'

red 192 ◦ green 92 ◦ blue 197

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

Shades of Fuchsia #C05CC5

Tints of Fuchsia #C05CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.96%

R = 39.92%
G = 19.13%
B = 40.96%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C05CC5 (or 0xC05CC5) is known color: Fuchsia. HEX triplet: C0, 5C and C5. RGB value is (192,92,197). Sum of RGB (Red+Green+Blue) = 192+92+197=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 197 - color contains mainly: blue. Hex color #C05CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CC5 is #3FA33A. Grayscale: #858585. Windows color (decimal): -4170555 or 12934336. OLE color: 12934336.

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

Color convert

RGB 192 92 197 -
CMYK 0.03 0.53 0 0.23
HSL 297.14º 0.48% 0.57% -
HSV(B) 297.14º 0.53% 0.77% -
XYZ 35.64 22.89 55.36 -
YUV 133.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 192 92 197 0.03 0.53 0 0.23 297.14 0.48 0.57
Hex C0 5C C5 3 35 0 17 129 30 39
Octal 300 134 305 3 65 0 27 451 60 71
Binary 11000000 1011100 11000101 11 110101 0 10111 100101001 110000 111001

Color Harmonies of #C05CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CC5

Black with #C05CC5

Text Example


Text Example

White with #C05CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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