Html Css Color HEX #C35AAC Fuchsia

📋 copy color: '#C35AAC'

red 195 ◦ green 90 ◦ blue 172

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

Shades of Fuchsia #C35AAC

Tints of Fuchsia #C35AAC

RGB

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

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

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

R = 42.67%
G = 19.69%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C35AAC (or 0xC35AAC) is known color: Fuchsia. HEX triplet: C3, 5A and AC. RGB value is (195,90,172). Sum of RGB (Red+Green+Blue) = 195+90+172=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AAC is #3CA553. Grayscale: #828282. Windows color (decimal): -3974484 or 11295427. OLE color: 11295427.

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

Color convert

RGB 195 90 172 -
CMYK 0 0.54 0.12 0.24
HSL 313.14º 0.47% 0.56% -
HSV(B) 313.14º 0.54% 0.76% -
XYZ 33.61 21.89 41.48 -
YUV 130.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 195 90 172 0 0.54 0.12 0.24 313.14 0.47 0.56
Hex C3 5A AC 0 36 C 18 139 2F 38
Octal 303 132 254 0 66 14 30 471 57 70
Binary 11000011 1011010 10101100 0 110110 1100 11000 100111001 101111 111000

Color Harmonies of #C35AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35AAC

Black with #C35AAC

Text Example


Text Example

White with #C35AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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