Html Css Color HEX #C344AA Fuchsia

📋 copy color: '#C344AA'

red 195 ◦ green 68 ◦ blue 170

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

Shades of Fuchsia #C344AA

Tints of Fuchsia #C344AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 45.03%
G = 15.7%
B = 39.26%

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

#C344AA (or 0xC344AA) is known color: Fuchsia. HEX triplet: C3, 44 and AA. RGB value is (195,68,170). Sum of RGB (Red+Green+Blue) = 195+68+170=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C344AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344AA is #3CBB55. Grayscale: #757575. Windows color (decimal): -3980118 or 11158723. OLE color: 11158723.

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

Color convert

RGB 195 68 170 -
CMYK 0 0.65 0.13 0.24
HSL 311.81º 0.51% 0.52% -
HSV(B) 311.81º 0.65% 0.76% -
XYZ 31.83 18.64 39.95 -
YUV 117.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 195 68 170 0 0.65 0.13 0.24 311.81 0.51 0.52
Hex C3 44 AA 0 41 D 18 138 33 34
Octal 303 104 252 0 101 15 30 470 63 64
Binary 11000011 1000100 10101010 0 1000001 1101 11000 100111000 110011 110100

Color Harmonies of #C344AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344AA

Black with #C344AA

Text Example


Text Example

White with #C344AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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