Html Css Color HEX #C342A9 Fuchsia

📋 copy color: '#C342A9'

red 195 ◦ green 66 ◦ blue 169

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

Shades of Fuchsia #C342A9

Tints of Fuchsia #C342A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.3%

R = 45.35%
G = 15.35%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C342A9 (or 0xC342A9) is known color: Fuchsia. HEX triplet: C3, 42 and A9. RGB value is (195,66,169). Sum of RGB (Red+Green+Blue) = 195+66+169=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C342A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C342A9 is #3CBD56. Grayscale: #747474. Windows color (decimal): -3980631 or 11092675. OLE color: 11092675.

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

Color convert

RGB 195 66 169 -
CMYK 0 0.66 0.13 0.24
HSL 312.09º 0.52% 0.51% -
HSV(B) 312.09º 0.66% 0.76% -
XYZ 31.62 18.36 39.41 -
YUV 116.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 195 66 169 0 0.66 0.13 0.24 312.09 0.52 0.51
Hex C3 42 A9 0 42 D 18 138 34 33
Octal 303 102 251 0 102 15 30 470 64 63
Binary 11000011 1000010 10101001 0 1000010 1101 11000 100111000 110100 110011

Color Harmonies of #C342A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342A9

Black with #C342A9

Text Example


Text Example

White with #C342A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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