Html Css Color HEX #C360AA Fuchsia

📋 copy color: '#C360AA'

red 195 ◦ green 96 ◦ blue 170

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

Shades of Fuchsia #C360AA

Tints of Fuchsia #C360AA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.82%

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

R = 42.3%
G = 20.82%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C360AA (or 0xC360AA) is known color: Fuchsia. HEX triplet: C3, 60 and AA. RGB value is (195,96,170). Sum of RGB (Red+Green+Blue) = 195+96+170=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C360AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C360AA is #3C9F55. Grayscale: #858585. Windows color (decimal): -3972950 or 11165891. OLE color: 11165891.

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

Color convert

RGB 195 96 170 -
CMYK 0 0.51 0.13 0.24
HSL 315.15º 0.45% 0.57% -
HSV(B) 315.15º 0.51% 0.76% -
XYZ 33.94 22.87 40.66 -
YUV 134.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 195 96 170 0 0.51 0.13 0.24 315.15 0.45 0.57
Hex C3 60 AA 0 33 D 18 13B 2D 39
Octal 303 140 252 0 63 15 30 473 55 71
Binary 11000011 1100000 10101010 0 110011 1101 11000 100111011 101101 111001

Color Harmonies of #C360AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360AA

Black with #C360AA

Text Example


Text Example

White with #C360AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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