Html Css Color HEX #C365AA Fuchsia

📋 copy color: '#C365AA'

red 195 ◦ green 101 ◦ blue 170

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

Shades of Fuchsia #C365AA

Tints of Fuchsia #C365AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.67%

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

R = 41.85%
G = 21.67%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C365AA (or 0xC365AA) is known color: Fuchsia. HEX triplet: C3, 65 and AA. RGB value is (195,101,170). Sum of RGB (Red+Green+Blue) = 195+101+170=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C365AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C365AA is #3C9A55. Grayscale: #888888. Windows color (decimal): -3971670 or 11167171. OLE color: 11167171.

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

Color convert

RGB 195 101 170 -
CMYK 0 0.48 0.13 0.24
HSL 315.96º 0.44% 0.58% -
HSV(B) 315.96º 0.48% 0.76% -
XYZ 34.42 23.81 40.81 -
YUV 136.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 195 101 170 0 0.48 0.13 0.24 315.96 0.44 0.58
Hex C3 65 AA 0 30 D 18 13C 2C 3A
Octal 303 145 252 0 60 15 30 474 54 72
Binary 11000011 1100101 10101010 0 110000 1101 11000 100111100 101100 111010

Color Harmonies of #C365AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365AA

Black with #C365AA

Text Example


Text Example

White with #C365AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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