Html Css Color HEX #C045AE Fuchsia

📋 copy color: '#C045AE'

red 192 ◦ green 69 ◦ blue 174

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

Shades of Fuchsia #C045AE

Tints of Fuchsia #C045AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40%

R = 44.14%
G = 15.86%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C045AE (or 0xC045AE) is known color: Fuchsia. HEX triplet: C0, 45 and AE. RGB value is (192,69,174). Sum of RGB (Red+Green+Blue) = 192+69+174=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C045AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045AE is #3FBA51. Grayscale: #757575. Windows color (decimal): -4176466 or 11421120. OLE color: 11421120.

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

Color convert

RGB 192 69 174 -
CMYK 0 0.64 0.09 0.25
HSL 308.78º 0.49% 0.51% -
HSV(B) 308.78º 0.64% 0.75% -
XYZ 31.51 18.52 41.96 -
YUV 117.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 192 69 174 0 0.64 0.09 0.25 308.78 0.49 0.51
Hex C0 45 AE 0 40 9 19 135 31 33
Octal 300 105 256 0 100 11 31 465 61 63
Binary 11000000 1000101 10101110 0 1000000 1001 11001 100110101 110001 110011

Color Harmonies of #C045AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045AE

Black with #C045AE

Text Example


Text Example

White with #C045AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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