Html Css Color HEX #C35AAE Fuchsia

📋 copy color: '#C35AAE'

red 195 ◦ green 90 ◦ blue 174

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

Shades of Fuchsia #C35AAE

Tints of Fuchsia #C35AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

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

R = 42.48%
G = 19.61%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C35AAE (or 0xC35AAE) is known color: Fuchsia. HEX triplet: C3, 5A and AE. RGB value is (195,90,174). Sum of RGB (Red+Green+Blue) = 195+90+174=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AAE is #3CA551. Grayscale: #828282. Windows color (decimal): -3974482 or 11426499. OLE color: 11426499.

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

Color convert

RGB 195 90 174 -
CMYK 0 0.54 0.11 0.24
HSL 312º 0.47% 0.56% -
HSV(B) 312º 0.54% 0.76% -
XYZ 33.8 21.97 42.5 -
YUV 130.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 195 90 174 0 0.54 0.11 0.24 312 0.47 0.56
Hex C3 5A AE 0 36 B 18 138 2F 38
Octal 303 132 256 0 66 13 30 470 57 70
Binary 11000011 1011010 10101110 0 110110 1011 11000 100111000 101111 111000

Color Harmonies of #C35AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35AAE

Black with #C35AAE

Text Example


Text Example

White with #C35AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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