Html Css Color HEX #C352AB Fuchsia

📋 copy color: '#C352AB'

red 195 ◦ green 82 ◦ blue 171

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

Shades of Fuchsia #C352AB

Tints of Fuchsia #C352AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

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

R = 43.53%
G = 18.3%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C352AB (or 0xC352AB) is known color: Fuchsia. HEX triplet: C3, 52 and AB. RGB value is (195,82,171). Sum of RGB (Red+Green+Blue) = 195+82+171=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C352AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352AB is #3CAD54. Grayscale: #7D7D7D. Windows color (decimal): -3976533 or 11227843. OLE color: 11227843.

HSL color Cylindrical-coordinate representation of color #C352AB: hue angle of 312.74º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C352AB is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 82 171 -
CMYK 0 0.58 0.12 0.24
HSL 312.74º 0.48% 0.54% -
HSV(B) 312.74º 0.58% 0.76% -
XYZ 32.87 20.58 40.77 -
YUV 125.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 195 82 171 0 0.58 0.12 0.24 312.74 0.48 0.54
Hex C3 52 AB 0 3A C 18 139 30 36
Octal 303 122 253 0 72 14 30 471 60 66
Binary 11000011 1010010 10101011 0 111010 1100 11000 100111001 110000 110110

Color Harmonies of #C352AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352AB

Black with #C352AB

Text Example


Text Example

White with #C352AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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