Html Css Color HEX #C35BAC Fuchsia

📋 copy color: '#C35BAC'

red 195 ◦ green 91 ◦ blue 172

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

Shades of Fuchsia #C35BAC

Tints of Fuchsia #C35BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.87%

 BLUE value IS 172 (67.58% from 255) = 37.55%

R = 42.58%
G = 19.87%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C35BAC (or 0xC35BAC) is known color: Fuchsia. HEX triplet: C3, 5B and AC. RGB value is (195,91,172). Sum of RGB (Red+Green+Blue) = 195+91+172=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C35BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35BAC is #3CA453. Grayscale: #838383. Windows color (decimal): -3974228 or 11295683. OLE color: 11295683.

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

Color convert

RGB 195 91 172 -
CMYK 0 0.53 0.12 0.24
HSL 313.27º 0.46% 0.56% -
HSV(B) 313.27º 0.53% 0.76% -
XYZ 33.69 22.06 41.51 -
YUV 131.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 195 91 172 0 0.53 0.12 0.24 313.27 0.46 0.56
Hex C3 5B AC 0 35 C 18 139 2E 38
Octal 303 133 254 0 65 14 30 471 56 70
Binary 11000011 1011011 10101100 0 110101 1100 11000 100111001 101110 111000

Color Harmonies of #C35BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35BAC

Black with #C35BAC

Text Example


Text Example

White with #C35BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35BAC; }

 p { color: rgb(195,91,172); }

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

background-color css

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

 a { background-color: rgb(195,91,172); }

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

border-color css

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

 span { border-color: rgb(195,91,172); }

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