Html Css Color HEX #C145B1 Fuchsia

📋 copy color: '#C145B1'

red 193 ◦ green 69 ◦ blue 177

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

Shades of Fuchsia #C145B1

Tints of Fuchsia #C145B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.32%

R = 43.96%
G = 15.72%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C145B1 (or 0xC145B1) is known color: Fuchsia. HEX triplet: C1, 45 and B1. RGB value is (193,69,177). Sum of RGB (Red+Green+Blue) = 193+69+177=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C145B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145B1 is #3EBA4E. Grayscale: #767676. Windows color (decimal): -4110927 or 11617729. OLE color: 11617729.

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

Color convert

RGB 193 69 177 -
CMYK 0 0.64 0.08 0.24
HSL 307.74º 0.5% 0.51% -
HSV(B) 307.74º 0.64% 0.76% -
XYZ 32.06 18.77 43.53 -
YUV 118.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 193 69 177 0 0.64 0.08 0.24 307.74 0.5 0.51
Hex C1 45 B1 0 40 8 18 134 32 33
Octal 301 105 261 0 100 10 30 464 62 63
Binary 11000001 1000101 10110001 0 1000000 1000 11000 100110100 110010 110011

Color Harmonies of #C145B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145B1

Black with #C145B1

Text Example


Text Example

White with #C145B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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