Html Css Color HEX #C063AE Fuchsia

📋 copy color: '#C063AE'

red 192 ◦ green 99 ◦ blue 174

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

Shades of Fuchsia #C063AE

Tints of Fuchsia #C063AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 41.29%
G = 21.29%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C063AE (or 0xC063AE) is known color: Fuchsia. HEX triplet: C0, 63 and AE. RGB value is (192,99,174). Sum of RGB (Red+Green+Blue) = 192+99+174=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C063AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063AE is #3F9C51. Grayscale: #878787. Windows color (decimal): -4168786 or 11428800. OLE color: 11428800.

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

Color convert

RGB 192 99 174 -
CMYK 0 0.48 0.09 0.25
HSL 311.61º 0.42% 0.57% -
HSV(B) 311.61º 0.48% 0.75% -
XYZ 33.84 23.19 42.74 -
YUV 135.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 192 99 174 0 0.48 0.09 0.25 311.61 0.42 0.57
Hex C0 63 AE 0 30 9 19 138 2A 39
Octal 300 143 256 0 60 11 31 470 52 71
Binary 11000000 1100011 10101110 0 110000 1001 11001 100111000 101010 111001

Color Harmonies of #C063AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063AE

Black with #C063AE

Text Example


Text Example

White with #C063AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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