Html Css Color HEX #C364AB Fuchsia

📋 copy color: '#C364AB'

red 195 ◦ green 100 ◦ blue 171

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

Shades of Fuchsia #C364AB

Tints of Fuchsia #C364AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 41.85%
G = 21.46%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C364AB (or 0xC364AB) is known color: Fuchsia. HEX triplet: C3, 64 and AB. RGB value is (195,100,171). Sum of RGB (Red+Green+Blue) = 195+100+171=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C364AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C364AB is #3C9B54. Grayscale: #888888. Windows color (decimal): -3971925 or 11232451. OLE color: 11232451.

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

Color convert

RGB 195 100 171 -
CMYK 0 0.49 0.12 0.24
HSL 315.16º 0.44% 0.58% -
HSV(B) 315.16º 0.49% 0.76% -
XYZ 34.41 23.66 41.28 -
YUV 136.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 195 100 171 0 0.49 0.12 0.24 315.16 0.44 0.58
Hex C3 64 AB 0 31 C 18 13B 2C 3A
Octal 303 144 253 0 61 14 30 473 54 72
Binary 11000011 1100100 10101011 0 110001 1100 11000 100111011 101100 111010

Color Harmonies of #C364AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364AB

Black with #C364AB

Text Example


Text Example

White with #C364AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C364AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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