Html Css Color HEX #C175C0 Fuchsia

📋 copy color: '#C175C0'

red 193 ◦ green 117 ◦ blue 192

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

Shades of Fuchsia #C175C0

Tints of Fuchsia #C175C0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.31%

 BLUE value IS 192 (75.39% from 255) = 38.25%

R = 38.45%
G = 23.31%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C175C0 (or 0xC175C0) is known color: Fuchsia. HEX triplet: C1, 75 and C0. RGB value is (193,117,192). Sum of RGB (Red+Green+Blue) = 193+117+192=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C175C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175C0 is #3E8A3F. Grayscale: #949494. Windows color (decimal): -4098624 or 12613057. OLE color: 12613057.

HSL color Cylindrical-coordinate representation of color #C175C0: hue angle of 300.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C175C0 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 117 192 -
CMYK 0 0.39 0.01 0.24
HSL 300.79º 0.38% 0.61% -
HSV(B) 300.79º 0.39% 0.76% -
XYZ 37.87 27.87 53.25 -
YUV 148.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 193 117 192 0 0.39 0.01 0.24 300.79 0.38 0.61
Hex C1 75 C0 0 27 1 18 12D 26 3D
Octal 301 165 300 0 47 1 30 455 46 75
Binary 11000001 1110101 11000000 0 100111 1 11000 100101101 100110 111101

Color Harmonies of #C175C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175C0

Black with #C175C0

Text Example


Text Example

White with #C175C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175C0; }

 p { color: rgb(193,117,192); }

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

background-color css

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

 a { background-color: rgb(193,117,192); }

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

border-color css

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

 span { border-color: rgb(193,117,192); }

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