Html Css Color HEX #CD55AF Fuchsia

📋 copy color: '#CD55AF'

red 205 ◦ green 85 ◦ blue 175

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

Shades of Fuchsia #CD55AF

Tints of Fuchsia #CD55AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.28%

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 44.09%
G = 18.28%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD55AF (or 0xCD55AF) is known color: Fuchsia. HEX triplet: CD, 55 and AF. RGB value is (205,85,175). Sum of RGB (Red+Green+Blue) = 205+85+175=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD55AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD55AF is #32AA50. Grayscale: #828282. Windows color (decimal): -3320401 or 11490765. OLE color: 11490765.

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

Color convert

RGB 205 85 175 -
CMYK 0 0.59 0.15 0.20
HSL 315º 0.55% 0.57% -
HSV(B) 315º 0.59% 0.8% -
XYZ 36.16 22.57 43.01 -
YUV 131.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 205 85 175 0 0.59 0.15 0.20 315 0.55 0.57
Hex CD 55 AF 0 3B F 14 13B 37 39
Octal 315 125 257 0 73 17 24 473 67 71
Binary 11001101 1010101 10101111 0 111011 1111 10100 100111011 110111 111001

Color Harmonies of #CD55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD55AF

Black with #CD55AF

Text Example


Text Example

White with #CD55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD55AF; }

 p { color: rgb(205,85,175); }

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

background-color css

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

 a { background-color: rgb(205,85,175); }

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

border-color css

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

 span { border-color: rgb(205,85,175); }

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