Html Css Color HEX #C35FAC Fuchsia

📋 copy color: '#C35FAC'

red 195 ◦ green 95 ◦ blue 172

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

Shades of Fuchsia #C35FAC

Tints of Fuchsia #C35FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.56%

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

R = 42.21%
G = 20.56%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C35FAC (or 0xC35FAC) is known color: Fuchsia. HEX triplet: C3, 5F and AC. RGB value is (195,95,172). Sum of RGB (Red+Green+Blue) = 195+95+172=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C35FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35FAC is #3CA053. Grayscale: #858585. Windows color (decimal): -3973204 or 11296707. OLE color: 11296707.

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

Color convert

RGB 195 95 172 -
CMYK 0 0.51 0.12 0.24
HSL 313.8º 0.45% 0.57% -
HSV(B) 313.8º 0.51% 0.76% -
XYZ 34.04 22.77 41.63 -
YUV 133.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 195 95 172 0 0.51 0.12 0.24 313.8 0.45 0.57
Hex C3 5F AC 0 33 C 18 13A 2D 39
Octal 303 137 254 0 63 14 30 472 55 71
Binary 11000011 1011111 10101100 0 110011 1100 11000 100111010 101101 111001

Color Harmonies of #C35FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FAC

Black with #C35FAC

Text Example


Text Example

White with #C35FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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