Html Css Color HEX #C145AF Fuchsia

📋 copy color: '#C145AF'

red 193 ◦ green 69 ◦ blue 175

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

Shades of Fuchsia #C145AF

Tints of Fuchsia #C145AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 44.16%
G = 15.79%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C145AF (or 0xC145AF) is known color: Fuchsia. HEX triplet: C1, 45 and AF. RGB value is (193,69,175). Sum of RGB (Red+Green+Blue) = 193+69+175=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C145AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145AF is #3EBA50. Grayscale: #757575. Windows color (decimal): -4110929 or 11486657. OLE color: 11486657.

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

Color convert

RGB 193 69 175 -
CMYK 0 0.64 0.09 0.24
HSL 308.71º 0.5% 0.51% -
HSV(B) 308.71º 0.64% 0.76% -
XYZ 31.86 18.69 42.49 -
YUV 118.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 193 69 175 0 0.64 0.09 0.24 308.71 0.5 0.51
Hex C1 45 AF 0 40 9 18 135 32 33
Octal 301 105 257 0 100 11 30 465 62 63
Binary 11000001 1000101 10101111 0 1000000 1001 11000 100110101 110010 110011

Color Harmonies of #C145AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145AF

Black with #C145AF

Text Example


Text Example

White with #C145AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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