Html Css Color HEX #C358AE Fuchsia

📋 copy color: '#C358AE'

red 195 ◦ green 88 ◦ blue 174

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

Shades of Fuchsia #C358AE

Tints of Fuchsia #C358AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 42.67%
G = 19.26%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C358AE (or 0xC358AE) is known color: Fuchsia. HEX triplet: C3, 58 and AE. RGB value is (195,88,174). Sum of RGB (Red+Green+Blue) = 195+88+174=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C358AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C358AE is #3CA751. Grayscale: #818181. Windows color (decimal): -3974994 or 11425987. OLE color: 11425987.

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

Color convert

RGB 195 88 174 -
CMYK 0 0.55 0.11 0.24
HSL 311.78º 0.47% 0.55% -
HSV(B) 311.78º 0.55% 0.76% -
XYZ 33.64 21.64 42.45 -
YUV 129.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 195 88 174 0 0.55 0.11 0.24 311.78 0.47 0.55
Hex C3 58 AE 0 37 B 18 138 2F 37
Octal 303 130 256 0 67 13 30 470 57 67
Binary 11000011 1011000 10101110 0 110111 1011 11000 100111000 101111 110111

Color Harmonies of #C358AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358AE

Black with #C358AE

Text Example


Text Example

White with #C358AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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