Html Css Color HEX #C45DAE Fuchsia

📋 copy color: '#C45DAE'

red 196 ◦ green 93 ◦ blue 174

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

Shades of Fuchsia #C45DAE

Tints of Fuchsia #C45DAE

RGB

 RED value IS 196 (76.95% from 255) = 42.33%

 GREEN value IS 93 (36.72% from 255) = 20.09%

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

R = 42.33%
G = 20.09%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C45DAE (or 0xC45DAE) is known color: Fuchsia. HEX triplet: C4, 5D and AE. RGB value is (196,93,174). Sum of RGB (Red+Green+Blue) = 196+93+174=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C45DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45DAE is #3BA251. Grayscale: #848484. Windows color (decimal): -3908178 or 11427268. OLE color: 11427268.

HSL color Cylindrical-coordinate representation of color #C45DAE: hue angle of 312.82º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45DAE is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 93 174 -
CMYK 0 0.53 0.11 0.23
HSL 312.82º 0.47% 0.57% -
HSV(B) 312.82º 0.53% 0.77% -
XYZ 34.32 22.62 42.6 -
YUV 133.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 196 93 174 0 0.53 0.11 0.23 312.82 0.47 0.57
Hex C4 5D AE 0 35 B 17 139 2F 39
Octal 304 135 256 0 65 13 27 471 57 71
Binary 11000100 1011101 10101110 0 110101 1011 10111 100111001 101111 111001

Color Harmonies of #C45DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45DAE

Black with #C45DAE

Text Example


Text Example

White with #C45DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45DAE; }

 p { color: rgb(196,93,174); }

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

background-color css

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

 a { background-color: rgb(196,93,174); }

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

border-color css

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

 span { border-color: rgb(196,93,174); }

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