Html Css Color HEX #C158C2 Fuchsia

📋 copy color: '#C158C2'

red 193 ◦ green 88 ◦ blue 194

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

Shades of Fuchsia #C158C2

Tints of Fuchsia #C158C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.84%

R = 40.63%
G = 18.53%
B = 40.84%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C158C2 (or 0xC158C2) is known color: Fuchsia. HEX triplet: C1, 58 and C2. RGB value is (193,88,194). Sum of RGB (Red+Green+Blue) = 193+88+194=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #C158C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158C2 is #3EA73D. Grayscale: #838383. Windows color (decimal): -4106046 or 12736705. OLE color: 12736705.

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

Color convert

RGB 193 88 194 -
CMYK 0.01 0.55 0 0.24
HSL 299.43º 0.46% 0.55% -
HSV(B) 299.43º 0.55% 0.76% -
XYZ 35.22 22.21 53.47 -
YUV 131.48 163.29 171.88 -
System Red Green Blue C M Y K H S L
Decimal 193 88 194 0.01 0.55 0 0.24 299.43 0.46 0.55
Hex C1 58 C2 1 37 0 18 12B 2E 37
Octal 301 130 302 1 67 0 30 453 56 67
Binary 11000001 1011000 11000010 1 110111 0 11000 100101011 101110 110111

Color Harmonies of #C158C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C158C2

Black with #C158C2

Text Example


Text Example

White with #C158C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C158C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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