Html Css Color HEX #C05FC0 Fuchsia

📋 copy color: '#C05FC0'

red 192 ◦ green 95 ◦ blue 192

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

Shades of Fuchsia #C05FC0

Tints of Fuchsia #C05FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 40.08%
G = 19.83%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C05FC0 (or 0xC05FC0) is known color: Fuchsia. HEX triplet: C0, 5F and C0. RGB value is (192,95,192). Sum of RGB (Red+Green+Blue) = 192+95+192=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C05FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FC0 is #3FA03F. Grayscale: #868686. Windows color (decimal): -4169792 or 12607424. OLE color: 12607424.

HSL color Cylindrical-coordinate representation of color #C05FC0: hue angle of 300º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05FC0 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 192 -
CMYK 0 0.51 0 0.25
HSL 300º 0.43% 0.56% -
HSV(B) 300º 0.51% 0.75% -
XYZ 35.34 23.2 52.48 -
YUV 135.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 192 95 192 0 0.51 0 0.25 300 0.43 0.56
Hex C0 5F C0 0 33 0 19 12C 2B 38
Octal 300 137 300 0 63 0 31 454 53 70
Binary 11000000 1011111 11000000 0 110011 0 11001 100101100 101011 111000

Color Harmonies of #C05FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FC0

Black with #C05FC0

Text Example


Text Example

White with #C05FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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