Html Css Color HEX #C05AC0 Fuchsia

📋 copy color: '#C05AC0'

red 192 ◦ green 90 ◦ blue 192

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

Shades of Fuchsia #C05AC0

Tints of Fuchsia #C05AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.99%

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

R = 40.51%
G = 18.99%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C05AC0 (or 0xC05AC0) is known color: Fuchsia. HEX triplet: C0, 5A and C0. RGB value is (192,90,192). Sum of RGB (Red+Green+Blue) = 192+90+192=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C05AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AC0 is #3FA53F. Grayscale: #838383. Windows color (decimal): -4171072 or 12606144. OLE color: 12606144.

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

Color convert

RGB 192 90 192 -
CMYK 0 0.53 0 0.25
HSL 300º 0.45% 0.55% -
HSV(B) 300º 0.53% 0.75% -
XYZ 34.91 22.32 52.34 -
YUV 132.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 192 90 192 0 0.53 0 0.25 300 0.45 0.55
Hex C0 5A C0 0 35 0 19 12C 2D 37
Octal 300 132 300 0 65 0 31 454 55 67
Binary 11000000 1011010 11000000 0 110101 0 11001 100101100 101101 110111

Color Harmonies of #C05AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AC0

Black with #C05AC0

Text Example


Text Example

White with #C05AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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