Html Css Color HEX #C364AA Fuchsia

📋 copy color: '#C364AA'

red 195 ◦ green 100 ◦ blue 170

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

Shades of Fuchsia #C364AA

Tints of Fuchsia #C364AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.51%

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

R = 41.94%
G = 21.51%
B = 36.56%

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

#C364AA (or 0xC364AA) is known color: Fuchsia. HEX triplet: C3, 64 and AA. RGB value is (195,100,170). Sum of RGB (Red+Green+Blue) = 195+100+170=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C364AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C364AA is #3C9B55. Grayscale: #888888. Windows color (decimal): -3971926 or 11166915. OLE color: 11166915.

HSL color Cylindrical-coordinate representation of color #C364AA: hue angle of 315.79º 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 #C364AA is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 100 170 -
CMYK 0 0.49 0.13 0.24
HSL 315.79º 0.44% 0.58% -
HSV(B) 315.79º 0.49% 0.76% -
XYZ 34.32 23.62 40.78 -
YUV 136.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 195 100 170 0 0.49 0.13 0.24 315.79 0.44 0.58
Hex C3 64 AA 0 31 D 18 13C 2C 3A
Octal 303 144 252 0 61 15 30 474 54 72
Binary 11000011 1100100 10101010 0 110001 1101 11000 100111100 101100 111010

Color Harmonies of #C364AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364AA

Black with #C364AA

Text Example


Text Example

White with #C364AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C364AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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