Html Css Color HEX #C335AA Fuchsia

📋 copy color: '#C335AA'

red 195 ◦ green 53 ◦ blue 170

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

Shades of Fuchsia #C335AA

Tints of Fuchsia #C335AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.68%

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 46.65%
G = 12.68%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C335AA (or 0xC335AA) is known color: Fuchsia. HEX triplet: C3, 35 and AA. RGB value is (195,53,170). Sum of RGB (Red+Green+Blue) = 195+53+170=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C335AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C335AA is #3CCA55. Grayscale: #6C6C6C. Windows color (decimal): -3983958 or 11154883. OLE color: 11154883.

HSL color Cylindrical-coordinate representation of color #C335AA: hue angle of 310.56º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C335AA is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 170 -
CMYK 0 0.73 0.13 0.24
HSL 310.56º 0.57% 0.49% -
HSV(B) 310.56º 0.73% 0.76% -
XYZ 31.03 17.05 39.69 -
YUV 108.8 162.54 189.49 -
System Red Green Blue C M Y K H S L
Decimal 195 53 170 0 0.73 0.13 0.24 310.56 0.57 0.49
Hex C3 35 AA 0 49 D 18 137 39 31
Octal 303 65 252 0 111 15 30 467 71 61
Binary 11000011 110101 10101010 0 1001001 1101 11000 100110111 111001 110001

Color Harmonies of #C335AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C335AA

Black with #C335AA

Text Example


Text Example

White with #C335AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C335AA; }

 p { color: rgb(195,53,170); }

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

background-color css

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

 a { background-color: rgb(195,53,170); }

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

border-color css

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

 span { border-color: rgb(195,53,170); }

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