Html Css Color HEX #C358B0 Fuchsia

📋 copy color: '#C358B0'

red 195 ◦ green 88 ◦ blue 176

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

Shades of Fuchsia #C358B0

Tints of Fuchsia #C358B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.34%

R = 42.48%
G = 19.17%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C358B0 (or 0xC358B0) is known color: Fuchsia. HEX triplet: C3, 58 and B0. RGB value is (195,88,176). Sum of RGB (Red+Green+Blue) = 195+88+176=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C358B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C358B0 is #3CA74F. Grayscale: #818181. Windows color (decimal): -3974992 or 11557059. OLE color: 11557059.

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

Color convert

RGB 195 88 176 -
CMYK 0 0.55 0.10 0.24
HSL 310.65º 0.47% 0.55% -
HSV(B) 310.65º 0.55% 0.76% -
XYZ 33.83 21.72 43.48 -
YUV 130.03 153.95 174.34 -
System Red Green Blue C M Y K H S L
Decimal 195 88 176 0 0.55 0.10 0.24 310.65 0.47 0.55
Hex C3 58 B0 0 37 A 18 137 2F 37
Octal 303 130 260 0 67 12 30 467 57 67
Binary 11000011 1011000 10110000 0 110111 1010 11000 100110111 101111 110111

Color Harmonies of #C358B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358B0

Black with #C358B0

Text Example


Text Example

White with #C358B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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