Html Css Color HEX #C063AC Fuchsia

📋 copy color: '#C063AC'

red 192 ◦ green 99 ◦ blue 172

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

Shades of Fuchsia #C063AC

Tints of Fuchsia #C063AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 41.47%
G = 21.38%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C063AC (or 0xC063AC) is known color: Fuchsia. HEX triplet: C0, 63 and AC. RGB value is (192,99,172). Sum of RGB (Red+Green+Blue) = 192+99+172=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C063AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063AC is #3F9C53. Grayscale: #868686. Windows color (decimal): -4168788 or 11297728. OLE color: 11297728.

HSL color Cylindrical-coordinate representation of color #C063AC: hue angle of 312.9º 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 #C063AC is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 172 -
CMYK 0 0.48 0.10 0.25
HSL 312.9º 0.42% 0.57% -
HSV(B) 312.9º 0.48% 0.75% -
XYZ 33.65 23.11 41.72 -
YUV 135.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 192 99 172 0 0.48 0.10 0.25 312.9 0.42 0.57
Hex C0 63 AC 0 30 A 19 139 2A 39
Octal 300 143 254 0 60 12 31 471 52 71
Binary 11000000 1100011 10101100 0 110000 1010 11001 100111001 101010 111001

Color Harmonies of #C063AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063AC

Black with #C063AC

Text Example


Text Example

White with #C063AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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