Html Css Color HEX #C335AC Fuchsia

📋 copy color: '#C335AC'

red 195 ◦ green 53 ◦ blue 172

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

Shades of Fuchsia #C335AC

Tints of Fuchsia #C335AC

RGB

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

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

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

R = 46.43%
G = 12.62%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C335AC (or 0xC335AC) is known color: Fuchsia. HEX triplet: C3, 35 and AC. RGB value is (195,53,172). Sum of RGB (Red+Green+Blue) = 195+53+172=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C335AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C335AC is #3CCA53. Grayscale: #6C6C6C. Windows color (decimal): -3983956 or 11285955. OLE color: 11285955.

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

Color convert

RGB 195 53 172 -
CMYK 0 0.73 0.12 0.24
HSL 309.72º 0.57% 0.49% -
HSV(B) 309.72º 0.73% 0.76% -
XYZ 31.23 17.13 40.69 -
YUV 109.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 195 53 172 0 0.73 0.12 0.24 309.72 0.57 0.49
Hex C3 35 AC 0 49 C 18 136 39 31
Octal 303 65 254 0 111 14 30 466 71 61
Binary 11000011 110101 10101100 0 1001001 1100 11000 100110110 111001 110001

Color Harmonies of #C335AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C335AC

Black with #C335AC

Text Example


Text Example

White with #C335AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C335AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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