Html Css Color HEX #C175BF Fuchsia

📋 copy color: '#C175BF'

red 193 ◦ green 117 ◦ blue 191

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

Shades of Fuchsia #C175BF

Tints of Fuchsia #C175BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.12%

R = 38.52%
G = 23.35%
B = 38.12%

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

#C175BF (or 0xC175BF) is known color: Fuchsia. HEX triplet: C1, 75 and BF. RGB value is (193,117,191). Sum of RGB (Red+Green+Blue) = 193+117+191=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C175BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175BF is #3E8A40. Grayscale: #939393. Windows color (decimal): -4098625 or 12547521. OLE color: 12547521.

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

Color convert

RGB 193 117 191 -
CMYK 0 0.39 0.01 0.24
HSL 301.58º 0.38% 0.61% -
HSV(B) 301.58º 0.39% 0.76% -
XYZ 37.76 27.82 52.67 -
YUV 148.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 193 117 191 0 0.39 0.01 0.24 301.58 0.38 0.61
Hex C1 75 BF 0 27 1 18 12E 26 3D
Octal 301 165 277 0 47 1 30 456 46 75
Binary 11000001 1110101 10111111 0 100111 1 11000 100101110 100110 111101

Color Harmonies of #C175BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175BF

Black with #C175BF

Text Example


Text Example

White with #C175BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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