Html Css Color HEX #C345AA Fuchsia

📋 copy color: '#C345AA'

red 195 ◦ green 69 ◦ blue 170

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

Shades of Fuchsia #C345AA

Tints of Fuchsia #C345AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.9%

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

R = 44.93%
G = 15.9%
B = 39.17%

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

#C345AA (or 0xC345AA) is known color: Fuchsia. HEX triplet: C3, 45 and AA. RGB value is (195,69,170). Sum of RGB (Red+Green+Blue) = 195+69+170=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C345AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C345AA is #3CBA55. Grayscale: #757575. Windows color (decimal): -3979862 or 11158979. OLE color: 11158979.

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

Color convert

RGB 195 69 170 -
CMYK 0 0.65 0.13 0.24
HSL 311.9º 0.51% 0.52% -
HSV(B) 311.9º 0.65% 0.76% -
XYZ 31.89 18.76 39.97 -
YUV 118.19 157.24 182.79 -
System Red Green Blue C M Y K H S L
Decimal 195 69 170 0 0.65 0.13 0.24 311.9 0.51 0.52
Hex C3 45 AA 0 41 D 18 138 33 34
Octal 303 105 252 0 101 15 30 470 63 64
Binary 11000011 1000101 10101010 0 1000001 1101 11000 100111000 110011 110100

Color Harmonies of #C345AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345AA

Black with #C345AA

Text Example


Text Example

White with #C345AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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