Html Css Color HEX #C358AB Fuchsia

📋 copy color: '#C358AB'

red 195 ◦ green 88 ◦ blue 171

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

Shades of Fuchsia #C358AB

Tints of Fuchsia #C358AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 42.95%
G = 19.38%
B = 37.67%

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

#C358AB (or 0xC358AB) is known color: Fuchsia. HEX triplet: C3, 58 and AB. RGB value is (195,88,171). Sum of RGB (Red+Green+Blue) = 195+88+171=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C358AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C358AB is #3CA754. Grayscale: #818181. Windows color (decimal): -3974997 or 11229379. OLE color: 11229379.

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

Color convert

RGB 195 88 171 -
CMYK 0 0.55 0.12 0.24
HSL 313.46º 0.47% 0.55% -
HSV(B) 313.46º 0.55% 0.76% -
XYZ 33.35 21.52 40.92 -
YUV 129.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 195 88 171 0 0.55 0.12 0.24 313.46 0.47 0.55
Hex C3 58 AB 0 37 C 18 139 2F 37
Octal 303 130 253 0 67 14 30 471 57 67
Binary 11000011 1011000 10101011 0 110111 1100 11000 100111001 101111 110111

Color Harmonies of #C358AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358AB

Black with #C358AB

Text Example


Text Example

White with #C358AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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