Html Css Color HEX #C345A8 Fuchsia

📋 copy color: '#C345A8'

red 195 ◦ green 69 ◦ blue 168

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

Shades of Fuchsia #C345A8

Tints of Fuchsia #C345A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.89%

R = 45.14%
G = 15.97%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C345A8 (or 0xC345A8) is known color: Fuchsia. HEX triplet: C3, 45 and A8. RGB value is (195,69,168). Sum of RGB (Red+Green+Blue) = 195+69+168=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C345A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C345A8 is #3CBA57. Grayscale: #757575. Windows color (decimal): -3979864 or 11027907. OLE color: 11027907.

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

Color convert

RGB 195 69 168 -
CMYK 0 0.65 0.14 0.24
HSL 312.86º 0.51% 0.52% -
HSV(B) 312.86º 0.65% 0.76% -
XYZ 31.7 18.69 38.98 -
YUV 117.96 156.24 182.95 -
System Red Green Blue C M Y K H S L
Decimal 195 69 168 0 0.65 0.14 0.24 312.86 0.51 0.52
Hex C3 45 A8 0 41 E 18 139 33 34
Octal 303 105 250 0 101 16 30 471 63 64
Binary 11000011 1000101 10101000 0 1000001 1110 11000 100111001 110011 110100

Color Harmonies of #C345A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345A8

Black with #C345A8

Text Example


Text Example

White with #C345A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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