Html Css Color HEX #CD49AB Fuchsia

📋 copy color: '#CD49AB'

red 205 ◦ green 73 ◦ blue 171

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

Shades of Fuchsia #CD49AB

Tints of Fuchsia #CD49AB

RGB

 RED value IS 205 (80.47% from 255) = 45.66%

 GREEN value IS 73 (28.91% from 255) = 16.26%

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

R = 45.66%
G = 16.26%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CD49AB (or 0xCD49AB) is known color: Fuchsia. HEX triplet: CD, 49 and AB. RGB value is (205,73,171). Sum of RGB (Red+Green+Blue) = 205+73+171=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD49AB is #32B654. Grayscale: #7B7B7B. Windows color (decimal): -3323477 or 11225549. OLE color: 11225549.

HSL color Cylindrical-coordinate representation of color #CD49AB: hue angle of 315.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD49AB is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 73 171 -
CMYK 0 0.64 0.17 0.20
HSL 315.45º 0.57% 0.55% -
HSV(B) 315.45º 0.64% 0.8% -
XYZ 34.91 20.68 40.68 -
YUV 123.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 205 73 171 0 0.64 0.17 0.20 315.45 0.57 0.55
Hex CD 49 AB 0 40 11 14 13B 39 37
Octal 315 111 253 0 100 21 24 473 71 67
Binary 11001101 1001001 10101011 0 1000000 10001 10100 100111011 111001 110111

Color Harmonies of #CD49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD49AB

Black with #CD49AB

Text Example


Text Example

White with #CD49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD49AB; }

 p { color: rgb(205,73,171); }

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

background-color css

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

 a { background-color: rgb(205,73,171); }

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

border-color css

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

 span { border-color: rgb(205,73,171); }

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