Html Css Color HEX #C358AC Fuchsia

📋 copy color: '#C358AC'

red 195 ◦ green 88 ◦ blue 172

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

Shades of Fuchsia #C358AC

Tints of Fuchsia #C358AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.34%

 BLUE value IS 172 (67.58% from 255) = 37.8%

R = 42.86%
G = 19.34%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C358AC (or 0xC358AC) is known color: Fuchsia. HEX triplet: C3, 58 and AC. RGB value is (195,88,172). Sum of RGB (Red+Green+Blue) = 195+88+172=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C358AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C358AC is #3CA753. Grayscale: #818181. Windows color (decimal): -3974996 or 11294915. OLE color: 11294915.

HSL color Cylindrical-coordinate representation of color #C358AC: hue angle of 312.9º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C358AC is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 88 172 -
CMYK 0 0.55 0.12 0.24
HSL 312.9º 0.47% 0.55% -
HSV(B) 312.9º 0.55% 0.76% -
XYZ 33.44 21.56 41.43 -
YUV 129.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 195 88 172 0 0.55 0.12 0.24 312.9 0.47 0.55
Hex C3 58 AC 0 37 C 18 139 2F 37
Octal 303 130 254 0 67 14 30 471 57 67
Binary 11000011 1011000 10101100 0 110111 1100 11000 100111001 101111 110111

Color Harmonies of #C358AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358AC

Black with #C358AC

Text Example


Text Example

White with #C358AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358AC; }

 p { color: rgb(195,88,172); }

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

background-color css

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

 a { background-color: rgb(195,88,172); }

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

border-color css

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

 span { border-color: rgb(195,88,172); }

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