Html Css Color HEX #C358B8 Fuchsia

📋 copy color: '#C358B8'

red 195 ◦ green 88 ◦ blue 184

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

Shades of Fuchsia #C358B8

Tints of Fuchsia #C358B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.4%

R = 41.76%
G = 18.84%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C358B8 (or 0xC358B8) is known color: Fuchsia. HEX triplet: C3, 58 and B8. RGB value is (195,88,184). Sum of RGB (Red+Green+Blue) = 195+88+184=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C358B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358B8 is #3CA747. Grayscale: #828282. Windows color (decimal): -3974984 or 12081347. OLE color: 12081347.

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

Color convert

RGB 195 88 184 -
CMYK 0 0.55 0.06 0.24
HSL 306.17º 0.47% 0.55% -
HSV(B) 306.17º 0.55% 0.76% -
XYZ 34.65 22.04 47.78 -
YUV 130.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 195 88 184 0 0.55 0.06 0.24 306.17 0.47 0.55
Hex C3 58 B8 0 37 6 18 132 2F 37
Octal 303 130 270 0 67 6 30 462 57 67
Binary 11000011 1011000 10111000 0 110111 110 11000 100110010 101111 110111

Color Harmonies of #C358B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358B8

Black with #C358B8

Text Example


Text Example

White with #C358B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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