Html Css Color HEX #C363AA Fuchsia

📋 copy color: '#C363AA'

red 195 ◦ green 99 ◦ blue 170

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

Shades of Fuchsia #C363AA

Tints of Fuchsia #C363AA

RGB

 RED value IS 195 (76.56% from 255) = 42.03%

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

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

R = 42.03%
G = 21.34%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C363AA (or 0xC363AA) is known color: Fuchsia. HEX triplet: C3, 63 and AA. RGB value is (195,99,170). Sum of RGB (Red+Green+Blue) = 195+99+170=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C363AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C363AA is #3C9C55. Grayscale: #878787. Windows color (decimal): -3972182 or 11166659. OLE color: 11166659.

HSL color Cylindrical-coordinate representation of color #C363AA: hue angle of 315.62º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C363AA is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 99 170 -
CMYK 0 0.49 0.13 0.24
HSL 315.63º 0.44% 0.58% -
HSV(B) 315.63º 0.49% 0.76% -
XYZ 34.22 23.43 40.75 -
YUV 135.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 195 99 170 0 0.49 0.13 0.24 315.63 0.44 0.58
Hex C3 63 AA 0 31 D 18 13C 2C 3A
Octal 303 143 252 0 61 15 30 474 54 72
Binary 11000011 1100011 10101010 0 110001 1101 11000 100111100 101100 111010

Color Harmonies of #C363AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C363AA

Black with #C363AA

Text Example


Text Example

White with #C363AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C363AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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