Html Css Color HEX #C045AD Fuchsia

📋 copy color: '#C045AD'

red 192 ◦ green 69 ◦ blue 173

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

Shades of Fuchsia #C045AD

Tints of Fuchsia #C045AD

RGB

 RED value IS 192 (75.39% from 255) = 44.24%

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

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

R = 44.24%
G = 15.9%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C045AD (or 0xC045AD) is known color: Fuchsia. HEX triplet: C0, 45 and AD. RGB value is (192,69,173). Sum of RGB (Red+Green+Blue) = 192+69+173=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C045AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045AD is #3FBA52. Grayscale: #757575. Windows color (decimal): -4176467 or 11355584. OLE color: 11355584.

HSL color Cylindrical-coordinate representation of color #C045AD: hue angle of 309.27º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C045AD is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 173 -
CMYK 0 0.64 0.10 0.25
HSL 309.27º 0.49% 0.51% -
HSV(B) 309.27º 0.64% 0.75% -
XYZ 31.41 18.48 41.45 -
YUV 117.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 192 69 173 0 0.64 0.10 0.25 309.27 0.49 0.51
Hex C0 45 AD 0 40 A 19 135 31 33
Octal 300 105 255 0 100 12 31 465 61 63
Binary 11000000 1000101 10101101 0 1000000 1010 11001 100110101 110001 110011

Color Harmonies of #C045AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045AD

Black with #C045AD

Text Example


Text Example

White with #C045AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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