Html Css Color HEX #C35DAC Fuchsia

📋 copy color: '#C35DAC'

red 195 ◦ green 93 ◦ blue 172

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

Shades of Fuchsia #C35DAC

Tints of Fuchsia #C35DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.22%

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

R = 42.39%
G = 20.22%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C35DAC (or 0xC35DAC) is known color: Fuchsia. HEX triplet: C3, 5D and AC. RGB value is (195,93,172). Sum of RGB (Red+Green+Blue) = 195+93+172=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C35DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35DAC is #3CA253. Grayscale: #848484. Windows color (decimal): -3973716 or 11296195. OLE color: 11296195.

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

Color convert

RGB 195 93 172 -
CMYK 0 0.52 0.12 0.24
HSL 313.53º 0.46% 0.56% -
HSV(B) 313.53º 0.52% 0.76% -
XYZ 33.87 22.41 41.57 -
YUV 132.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 195 93 172 0 0.52 0.12 0.24 313.53 0.46 0.56
Hex C3 5D AC 0 34 C 18 13A 2E 38
Octal 303 135 254 0 64 14 30 472 56 70
Binary 11000011 1011101 10101100 0 110100 1100 11000 100111010 101110 111000

Color Harmonies of #C35DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DAC

Black with #C35DAC

Text Example


Text Example

White with #C35DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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