Html Css Color HEX #C358BC Fuchsia

📋 copy color: '#C358BC'

red 195 ◦ green 88 ◦ blue 188

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

Shades of Fuchsia #C358BC

Tints of Fuchsia #C358BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 41.4%
G = 18.68%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C358BC (or 0xC358BC) is known color: Fuchsia. HEX triplet: C3, 58 and BC. RGB value is (195,88,188). Sum of RGB (Red+Green+Blue) = 195+88+188=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C358BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358BC is #3CA743. Grayscale: #838383. Windows color (decimal): -3974980 or 12343491. OLE color: 12343491.

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

Color convert

RGB 195 88 188 -
CMYK 0 0.55 0.04 0.24
HSL 303.93º 0.47% 0.55% -
HSV(B) 303.93º 0.55% 0.76% -
XYZ 35.07 22.21 50.02 -
YUV 131.39 159.95 173.37 -
System Red Green Blue C M Y K H S L
Decimal 195 88 188 0 0.55 0.04 0.24 303.93 0.47 0.55
Hex C3 58 BC 0 37 4 18 130 2F 37
Octal 303 130 274 0 67 4 30 460 57 67
Binary 11000011 1011000 10111100 0 110111 100 11000 100110000 101111 110111

Color Harmonies of #C358BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358BC

Black with #C358BC

Text Example


Text Example

White with #C358BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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