Html Css Color HEX #C342AB Fuchsia

📋 copy color: '#C342AB'

red 195 ◦ green 66 ◦ blue 171

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

Shades of Fuchsia #C342AB

Tints of Fuchsia #C342AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 45.14%
G = 15.28%
B = 39.58%

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

#C342AB (or 0xC342AB) is known color: Fuchsia. HEX triplet: C3, 42 and AB. RGB value is (195,66,171). Sum of RGB (Red+Green+Blue) = 195+66+171=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C342AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C342AB is #3CBD54. Grayscale: #747474. Windows color (decimal): -3980629 or 11223747. OLE color: 11223747.

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

Color convert

RGB 195 66 171 -
CMYK 0 0.66 0.12 0.24
HSL 311.16º 0.52% 0.51% -
HSV(B) 311.16º 0.66% 0.76% -
XYZ 31.8 18.44 40.41 -
YUV 116.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 195 66 171 0 0.66 0.12 0.24 311.16 0.52 0.51
Hex C3 42 AB 0 42 C 18 137 34 33
Octal 303 102 253 0 102 14 30 467 64 63
Binary 11000011 1000010 10101011 0 1000010 1100 11000 100110111 110100 110011

Color Harmonies of #C342AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342AB

Black with #C342AB

Text Example


Text Example

White with #C342AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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