Html Css Color HEX #C358B5 Fuchsia

📋 copy color: '#C358B5'

red 195 ◦ green 88 ◦ blue 181

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

Shades of Fuchsia #C358B5

Tints of Fuchsia #C358B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.01%

R = 42.03%
G = 18.97%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C358B5 (or 0xC358B5) is known color: Fuchsia. HEX triplet: C3, 58 and B5. RGB value is (195,88,181). Sum of RGB (Red+Green+Blue) = 195+88+181=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C358B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358B5 is #3CA74A. Grayscale: #828282. Windows color (decimal): -3974987 or 11884739. OLE color: 11884739.

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

Color convert

RGB 195 88 181 -
CMYK 0 0.55 0.07 0.24
HSL 307.85º 0.47% 0.55% -
HSV(B) 307.85º 0.55% 0.76% -
XYZ 34.34 21.92 46.14 -
YUV 130.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 195 88 181 0 0.55 0.07 0.24 307.85 0.47 0.55
Hex C3 58 B5 0 37 7 18 134 2F 37
Octal 303 130 265 0 67 7 30 464 57 67
Binary 11000011 1011000 10110101 0 110111 111 11000 100110100 101111 110111

Color Harmonies of #C358B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358B5

Black with #C358B5

Text Example


Text Example

White with #C358B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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