Html Css Color HEX #C45DAB Fuchsia

📋 copy color: '#C45DAB'

red 196 ◦ green 93 ◦ blue 171

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

Shades of Fuchsia #C45DAB

Tints of Fuchsia #C45DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 42.61%
G = 20.22%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C45DAB (or 0xC45DAB) is known color: Fuchsia. HEX triplet: C4, 5D and AB. RGB value is (196,93,171). Sum of RGB (Red+Green+Blue) = 196+93+171=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C45DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45DAB is #3BA254. Grayscale: #848484. Windows color (decimal): -3908181 or 11230660. OLE color: 11230660.

HSL color Cylindrical-coordinate representation of color #C45DAB: hue angle of 314.56º 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 #C45DAB is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 93 171 -
CMYK 0 0.53 0.13 0.23
HSL 314.56º 0.47% 0.57% -
HSV(B) 314.56º 0.53% 0.77% -
XYZ 34.03 22.5 41.08 -
YUV 132.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 196 93 171 0 0.53 0.13 0.23 314.56 0.47 0.57
Hex C4 5D AB 0 35 D 17 13B 2F 39
Octal 304 135 253 0 65 15 27 473 57 71
Binary 11000100 1011101 10101011 0 110101 1101 10111 100111011 101111 111001

Color Harmonies of #C45DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45DAB

Black with #C45DAB

Text Example


Text Example

White with #C45DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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