Html Css Color HEX #C063AA Fuchsia

📋 copy color: '#C063AA'

red 192 ◦ green 99 ◦ blue 170

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

Shades of Fuchsia #C063AA

Tints of Fuchsia #C063AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.48%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 41.65%
G = 21.48%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C063AA (or 0xC063AA) is known color: Fuchsia. HEX triplet: C0, 63 and AA. RGB value is (192,99,170). Sum of RGB (Red+Green+Blue) = 192+99+170=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C063AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063AA is #3F9C55. Grayscale: #868686. Windows color (decimal): -4168790 or 11166656. OLE color: 11166656.

HSL color Cylindrical-coordinate representation of color #C063AA: hue angle of 314.19º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C063AA is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 170 -
CMYK 0 0.48 0.11 0.25
HSL 314.19º 0.42% 0.57% -
HSV(B) 314.19º 0.48% 0.75% -
XYZ 33.46 23.03 40.71 -
YUV 134.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 192 99 170 0 0.48 0.11 0.25 314.19 0.42 0.57
Hex C0 63 AA 0 30 B 19 13A 2A 39
Octal 300 143 252 0 60 13 31 472 52 71
Binary 11000000 1100011 10101010 0 110000 1011 11001 100111010 101010 111001

Color Harmonies of #C063AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063AA

Black with #C063AA

Text Example


Text Example

White with #C063AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063AA; }

 p { color: rgb(192,99,170); }

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

background-color css

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

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

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

border-color css

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

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

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