Html Css Color HEX #C358BF Fuchsia

📋 copy color: '#C358BF'

red 195 ◦ green 88 ◦ blue 191

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

Shades of Fuchsia #C358BF

Tints of Fuchsia #C358BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 41.14%
G = 18.57%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C358BF (or 0xC358BF) is known color: Fuchsia. HEX triplet: C3, 58 and BF. RGB value is (195,88,191). Sum of RGB (Red+Green+Blue) = 195+88+191=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C358BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358BF is #3CA740. Grayscale: #838383. Windows color (decimal): -3974977 or 12540099. OLE color: 12540099.

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

Color convert

RGB 195 88 191 -
CMYK 0 0.55 0.02 0.24
HSL 302.24º 0.47% 0.55% -
HSV(B) 302.24º 0.55% 0.76% -
XYZ 35.4 22.34 51.74 -
YUV 131.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 195 88 191 0 0.55 0.02 0.24 302.24 0.47 0.55
Hex C3 58 BF 0 37 2 18 12E 2F 37
Octal 303 130 277 0 67 2 30 456 57 67
Binary 11000011 1011000 10111111 0 110111 10 11000 100101110 101111 110111

Color Harmonies of #C358BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358BF

Black with #C358BF

Text Example


Text Example

White with #C358BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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