Html Css Color HEX #C063AD Fuchsia

📋 copy color: '#C063AD'

red 192 ◦ green 99 ◦ blue 173

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

Shades of Fuchsia #C063AD

Tints of Fuchsia #C063AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.28%

R = 41.38%
G = 21.34%
B = 37.28%

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

#C063AD (or 0xC063AD) is known color: Fuchsia. HEX triplet: C0, 63 and AD. RGB value is (192,99,173). Sum of RGB (Red+Green+Blue) = 192+99+173=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C063AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063AD is #3F9C52. Grayscale: #878787. Windows color (decimal): -4168787 or 11363264. OLE color: 11363264.

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

Color convert

RGB 192 99 173 -
CMYK 0 0.48 0.10 0.25
HSL 312.26º 0.42% 0.57% -
HSV(B) 312.26º 0.48% 0.75% -
XYZ 33.74 23.15 42.22 -
YUV 135.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 192 99 173 0 0.48 0.10 0.25 312.26 0.42 0.57
Hex C0 63 AD 0 30 A 19 138 2A 39
Octal 300 143 255 0 60 12 31 470 52 71
Binary 11000000 1100011 10101101 0 110000 1010 11001 100111000 101010 111001

Color Harmonies of #C063AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063AD

Black with #C063AD

Text Example


Text Example

White with #C063AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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