Html Css Color HEX #CD5AAB Fuchsia

📋 copy color: '#CD5AAB'

red 205 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #CD5AAB

Tints of Fuchsia #CD5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.31%

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

R = 43.99%
G = 19.31%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CD5AAB (or 0xCD5AAB) is known color: Fuchsia. HEX triplet: CD, 5A and AB. RGB value is (205,90,171). Sum of RGB (Red+Green+Blue) = 205+90+171=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5AAB is #32A554. Grayscale: #858585. Windows color (decimal): -3319125 or 11229901. OLE color: 11229901.

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

Color convert

RGB 205 90 171 -
CMYK 0 0.56 0.17 0.20
HSL 317.74º 0.53% 0.58% -
HSV(B) 317.74º 0.56% 0.8% -
XYZ 36.18 23.23 41.11 -
YUV 133.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 205 90 171 0 0.56 0.17 0.20 317.74 0.53 0.58
Hex CD 5A AB 0 38 11 14 13E 35 3A
Octal 315 132 253 0 70 21 24 476 65 72
Binary 11001101 1011010 10101011 0 111000 10001 10100 100111110 110101 111010

Color Harmonies of #CD5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5AAB

Black with #CD5AAB

Text Example


Text Example

White with #CD5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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