Html Css Color HEX #C366AB Fuchsia

📋 copy color: '#C366AB'

red 195 ◦ green 102 ◦ blue 171

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

Shades of Fuchsia #C366AB

Tints of Fuchsia #C366AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.79%

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

R = 41.67%
G = 21.79%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C366AB (or 0xC366AB) is known color: Fuchsia. HEX triplet: C3, 66 and AB. RGB value is (195,102,171). Sum of RGB (Red+Green+Blue) = 195+102+171=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C366AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C366AB is #3C9954. Grayscale: #898989. Windows color (decimal): -3971413 or 11232963. OLE color: 11232963.

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

Color convert

RGB 195 102 171 -
CMYK 0 0.48 0.12 0.24
HSL 315.48º 0.44% 0.58% -
HSV(B) 315.48º 0.48% 0.76% -
XYZ 34.61 24.05 41.35 -
YUV 137.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 195 102 171 0 0.48 0.12 0.24 315.48 0.44 0.58
Hex C3 66 AB 0 30 C 18 13B 2C 3A
Octal 303 146 253 0 60 14 30 473 54 72
Binary 11000011 1100110 10101011 0 110000 1100 11000 100111011 101100 111010

Color Harmonies of #C366AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366AB

Black with #C366AB

Text Example


Text Example

White with #C366AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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