Html Css Color HEX #C145B6 Fuchsia

📋 copy color: '#C145B6'

red 193 ◦ green 69 ◦ blue 182

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

Shades of Fuchsia #C145B6

Tints of Fuchsia #C145B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.99%

R = 43.47%
G = 15.54%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C145B6 (or 0xC145B6) is known color: Fuchsia. HEX triplet: C1, 45 and B6. RGB value is (193,69,182). Sum of RGB (Red+Green+Blue) = 193+69+182=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C145B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145B6 is #3EBA49. Grayscale: #767676. Windows color (decimal): -4110922 or 11945409. OLE color: 11945409.

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

Color convert

RGB 193 69 182 -
CMYK 0 0.64 0.06 0.24
HSL 305.32º 0.5% 0.51% -
HSV(B) 305.32º 0.64% 0.76% -
XYZ 32.56 18.97 46.2 -
YUV 118.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 193 69 182 0 0.64 0.06 0.24 305.32 0.5 0.51
Hex C1 45 B6 0 40 6 18 131 32 33
Octal 301 105 266 0 100 6 30 461 62 63
Binary 11000001 1000101 10110110 0 1000000 110 11000 100110001 110010 110011

Color Harmonies of #C145B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145B6

Black with #C145B6

Text Example


Text Example

White with #C145B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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