Html Css Color HEX #C145B9 Fuchsia

📋 copy color: '#C145B9'

red 193 ◦ green 69 ◦ blue 185

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

Shades of Fuchsia #C145B9

Tints of Fuchsia #C145B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 43.18%
G = 15.44%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C145B9 (or 0xC145B9) is known color: Fuchsia. HEX triplet: C1, 45 and B9. RGB value is (193,69,185). Sum of RGB (Red+Green+Blue) = 193+69+185=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C145B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145B9 is #3EBA46. Grayscale: #767676. Windows color (decimal): -4110919 or 12142017. OLE color: 12142017.

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

Color convert

RGB 193 69 185 -
CMYK 0 0.64 0.04 0.24
HSL 303.87º 0.5% 0.51% -
HSV(B) 303.87º 0.64% 0.76% -
XYZ 32.88 19.1 47.85 -
YUV 119.3 165.08 180.57 -
System Red Green Blue C M Y K H S L
Decimal 193 69 185 0 0.64 0.04 0.24 303.87 0.5 0.51
Hex C1 45 B9 0 40 4 18 130 32 33
Octal 301 105 271 0 100 4 30 460 62 63
Binary 11000001 1000101 10111001 0 1000000 100 11000 100110000 110010 110011

Color Harmonies of #C145B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145B9

Black with #C145B9

Text Example


Text Example

White with #C145B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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