Html Css Color HEX #C35DAE Fuchsia

📋 copy color: '#C35DAE'

red 195 ◦ green 93 ◦ blue 174

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

Shades of Fuchsia #C35DAE

Tints of Fuchsia #C35DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.66%

R = 42.21%
G = 20.13%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C35DAE (or 0xC35DAE) is known color: Fuchsia. HEX triplet: C3, 5D and AE. RGB value is (195,93,174). Sum of RGB (Red+Green+Blue) = 195+93+174=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C35DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35DAE is #3CA251. Grayscale: #848484. Windows color (decimal): -3973714 or 11427267. OLE color: 11427267.

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

Color convert

RGB 195 93 174 -
CMYK 0 0.52 0.11 0.24
HSL 312.35º 0.46% 0.56% -
HSV(B) 312.35º 0.52% 0.76% -
XYZ 34.06 22.49 42.59 -
YUV 132.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 195 93 174 0 0.52 0.11 0.24 312.35 0.46 0.56
Hex C3 5D AE 0 34 B 18 138 2E 38
Octal 303 135 256 0 64 13 30 470 56 70
Binary 11000011 1011101 10101110 0 110100 1011 11000 100111000 101110 111000

Color Harmonies of #C35DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DAE

Black with #C35DAE

Text Example


Text Example

White with #C35DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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