Html Css Color HEX #C35DAF Fuchsia

📋 copy color: '#C35DAF'

red 195 ◦ green 93 ◦ blue 175

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

Shades of Fuchsia #C35DAF

Tints of Fuchsia #C35DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.8%

R = 42.12%
G = 20.09%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C35DAF (or 0xC35DAF) is known color: Fuchsia. HEX triplet: C3, 5D and AF. RGB value is (195,93,175). Sum of RGB (Red+Green+Blue) = 195+93+175=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C35DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35DAF is #3CA250. Grayscale: #848484. Windows color (decimal): -3973713 or 11492803. OLE color: 11492803.

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

Color convert

RGB 195 93 175 -
CMYK 0 0.52 0.10 0.24
HSL 311.76º 0.46% 0.56% -
HSV(B) 311.76º 0.52% 0.76% -
XYZ 34.16 22.53 43.11 -
YUV 132.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 195 93 175 0 0.52 0.10 0.24 311.76 0.46 0.56
Hex C3 5D AF 0 34 A 18 138 2E 38
Octal 303 135 257 0 64 12 30 470 56 70
Binary 11000011 1011101 10101111 0 110100 1010 11000 100111000 101110 111000

Color Harmonies of #C35DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DAF

Black with #C35DAF

Text Example


Text Example

White with #C35DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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