Html Css Color HEX #C158BC Fuchsia

📋 copy color: '#C158BC'

red 193 ◦ green 88 ◦ blue 188

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

Shades of Fuchsia #C158BC

Tints of Fuchsia #C158BC

RGB

 RED value IS 193 (75.78% from 255) = 41.15%

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

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

R = 41.15%
G = 18.76%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C158BC (or 0xC158BC) is known color: Fuchsia. HEX triplet: C1, 58 and BC. RGB value is (193,88,188). Sum of RGB (Red+Green+Blue) = 193+88+188=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C158BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158BC is #3EA743. Grayscale: #828282. Windows color (decimal): -4106052 or 12343489. OLE color: 12343489.

HSL color Cylindrical-coordinate representation of color #C158BC: hue angle of 302.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C158BC is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 88 188 -
CMYK 0 0.54 0.03 0.24
HSL 302.86º 0.46% 0.55% -
HSV(B) 302.86º 0.54% 0.76% -
XYZ 34.56 21.95 49.99 -
YUV 130.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 193 88 188 0 0.54 0.03 0.24 302.86 0.46 0.55
Hex C1 58 BC 0 36 3 18 12F 2E 37
Octal 301 130 274 0 66 3 30 457 56 67
Binary 11000001 1011000 10111100 0 110110 11 11000 100101111 101110 110111

Color Harmonies of #C158BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C158BC

Black with #C158BC

Text Example


Text Example

White with #C158BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C158BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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