Html Css Color HEX #C145AD Fuchsia

📋 copy color: '#C145AD'

red 193 ◦ green 69 ◦ blue 173

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

Shades of Fuchsia #C145AD

Tints of Fuchsia #C145AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 44.37%
G = 15.86%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C145AD (or 0xC145AD) is known color: Fuchsia. HEX triplet: C1, 45 and AD. RGB value is (193,69,173). Sum of RGB (Red+Green+Blue) = 193+69+173=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C145AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145AD is #3EBA52. Grayscale: #757575. Windows color (decimal): -4110931 or 11355585. OLE color: 11355585.

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

Color convert

RGB 193 69 173 -
CMYK 0 0.64 0.10 0.24
HSL 309.68º 0.5% 0.51% -
HSV(B) 309.68º 0.64% 0.76% -
XYZ 31.66 18.61 41.46 -
YUV 117.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 193 69 173 0 0.64 0.10 0.24 309.68 0.5 0.51
Hex C1 45 AD 0 40 A 18 136 32 33
Octal 301 105 255 0 100 12 30 466 62 63
Binary 11000001 1000101 10101101 0 1000000 1010 11000 100110110 110010 110011

Color Harmonies of #C145AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145AD

Black with #C145AD

Text Example


Text Example

White with #C145AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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