Html Css Color HEX #C145BF Fuchsia

📋 copy color: '#C145BF'

red 193 ◦ green 69 ◦ blue 191

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

Shades of Fuchsia #C145BF

Tints of Fuchsia #C145BF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.23%

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

R = 42.6%
G = 15.23%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C145BF (or 0xC145BF) is known color: Fuchsia. HEX triplet: C1, 45 and BF. RGB value is (193,69,191). Sum of RGB (Red+Green+Blue) = 193+69+191=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C145BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145BF is #3EBA40. Grayscale: #777777. Windows color (decimal): -4110913 or 12535233. OLE color: 12535233.

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

Color convert

RGB 193 69 191 -
CMYK 0 0.64 0.01 0.24
HSL 300.97º 0.5% 0.51% -
HSV(B) 300.97º 0.64% 0.76% -
XYZ 33.52 19.36 51.26 -
YUV 119.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 193 69 191 0 0.64 0.01 0.24 300.97 0.5 0.51
Hex C1 45 BF 0 40 1 18 12D 32 33
Octal 301 105 277 0 100 1 30 455 62 63
Binary 11000001 1000101 10111111 0 1000000 1 11000 100101101 110010 110011

Color Harmonies of #C145BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145BF

Black with #C145BF

Text Example


Text Example

White with #C145BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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