Html Css Color HEX #C344A9 Fuchsia

📋 copy color: '#C344A9'

red 195 ◦ green 68 ◦ blue 169

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

Shades of Fuchsia #C344A9

Tints of Fuchsia #C344A9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.74%

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

R = 45.14%
G = 15.74%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C344A9 (or 0xC344A9) is known color: Fuchsia. HEX triplet: C3, 44 and A9. RGB value is (195,68,169). Sum of RGB (Red+Green+Blue) = 195+68+169=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C344A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344A9 is #3CBB56. Grayscale: #757575. Windows color (decimal): -3980119 or 11093187. OLE color: 11093187.

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

Color convert

RGB 195 68 169 -
CMYK 0 0.65 0.13 0.24
HSL 312.28º 0.51% 0.52% -
HSV(B) 312.28º 0.65% 0.76% -
XYZ 31.73 18.6 39.45 -
YUV 117.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 195 68 169 0 0.65 0.13 0.24 312.28 0.51 0.52
Hex C3 44 A9 0 41 D 18 138 33 34
Octal 303 104 251 0 101 15 30 470 63 64
Binary 11000011 1000100 10101001 0 1000001 1101 11000 100111000 110011 110100

Color Harmonies of #C344A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344A9

Black with #C344A9

Text Example


Text Example

White with #C344A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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