Html Css Color HEX #C342AC Fuchsia

📋 copy color: '#C342AC'

red 195 ◦ green 66 ◦ blue 172

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

Shades of Fuchsia #C342AC

Tints of Fuchsia #C342AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.24%

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

R = 45.03%
G = 15.24%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C342AC (or 0xC342AC) is known color: Fuchsia. HEX triplet: C3, 42 and AC. RGB value is (195,66,172). Sum of RGB (Red+Green+Blue) = 195+66+172=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C342AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C342AC is #3CBD53. Grayscale: #747474. Windows color (decimal): -3980628 or 11289283. OLE color: 11289283.

HSL color Cylindrical-coordinate representation of color #C342AC: hue angle of 310.7º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C342AC is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 66 172 -
CMYK 0 0.66 0.12 0.24
HSL 310.7º 0.52% 0.51% -
HSV(B) 310.7º 0.66% 0.76% -
XYZ 31.9 18.48 40.91 -
YUV 116.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 195 66 172 0 0.66 0.12 0.24 310.7 0.52 0.51
Hex C3 42 AC 0 42 C 18 137 34 33
Octal 303 102 254 0 102 14 30 467 64 63
Binary 11000011 1000010 10101100 0 1000010 1100 11000 100110111 110100 110011

Color Harmonies of #C342AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342AC

Black with #C342AC

Text Example


Text Example

White with #C342AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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