Html Css Color HEX #C358BD Fuchsia

📋 copy color: '#C358BD'

red 195 ◦ green 88 ◦ blue 189

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

Shades of Fuchsia #C358BD

Tints of Fuchsia #C358BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 41.31%
G = 18.64%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C358BD (or 0xC358BD) is known color: Fuchsia. HEX triplet: C3, 58 and BD. RGB value is (195,88,189). Sum of RGB (Red+Green+Blue) = 195+88+189=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C358BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358BD is #3CA742. Grayscale: #838383. Windows color (decimal): -3974979 or 12409027. OLE color: 12409027.

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

Color convert

RGB 195 88 189 -
CMYK 0 0.55 0.03 0.24
HSL 303.36º 0.47% 0.55% -
HSV(B) 303.36º 0.55% 0.76% -
XYZ 35.18 22.26 50.59 -
YUV 131.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 195 88 189 0 0.55 0.03 0.24 303.36 0.47 0.55
Hex C3 58 BD 0 37 3 18 12F 2F 37
Octal 303 130 275 0 67 3 30 457 57 67
Binary 11000011 1011000 10111101 0 110111 11 11000 100101111 101111 110111

Color Harmonies of #C358BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358BD

Black with #C358BD

Text Example


Text Example

White with #C358BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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