Html Css Color HEX #C365AB Fuchsia

📋 copy color: '#C365AB'

red 195 ◦ green 101 ◦ blue 171

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

Shades of Fuchsia #C365AB

Tints of Fuchsia #C365AB

RGB

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

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

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

R = 41.76%
G = 21.63%
B = 36.62%

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

#C365AB (or 0xC365AB) is known color: Fuchsia. HEX triplet: C3, 65 and AB. RGB value is (195,101,171). Sum of RGB (Red+Green+Blue) = 195+101+171=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C365AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C365AB is #3C9A54. Grayscale: #888888. Windows color (decimal): -3971669 or 11232707. OLE color: 11232707.

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

Color convert

RGB 195 101 171 -
CMYK 0 0.48 0.12 0.24
HSL 315.32º 0.44% 0.58% -
HSV(B) 315.32º 0.48% 0.76% -
XYZ 34.51 23.85 41.31 -
YUV 137.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 195 101 171 0 0.48 0.12 0.24 315.32 0.44 0.58
Hex C3 65 AB 0 30 C 18 13B 2C 3A
Octal 303 145 253 0 60 14 30 473 54 72
Binary 11000011 1100101 10101011 0 110000 1100 11000 100111011 101100 111010

Color Harmonies of #C365AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365AB

Black with #C365AB

Text Example


Text Example

White with #C365AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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