Html Css Color HEX #CD36AD Fuchsia

📋 copy color: '#CD36AD'

red 205 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #CD36AD

Tints of Fuchsia #CD36AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.5%

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 47.45%
G = 12.5%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CD36AD (or 0xCD36AD) is known color: Fuchsia. HEX triplet: CD, 36 and AD. RGB value is (205,54,173). Sum of RGB (Red+Green+Blue) = 205+54+173=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD36AD is #32C952. Grayscale: #707070. Windows color (decimal): -3328339 or 11351757. OLE color: 11351757.

HSL color Cylindrical-coordinate representation of color #CD36AD: hue angle of 312.72º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD36AD is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 54 173 -
CMYK 0 0.74 0.16 0.20
HSL 312.72º 0.6% 0.51% -
HSV(B) 312.72º 0.74% 0.8% -
XYZ 34.04 18.63 41.34 -
YUV 112.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 205 54 173 0 0.74 0.16 0.20 312.72 0.6 0.51
Hex CD 36 AD 0 4A 10 14 139 3C 33
Octal 315 66 255 0 112 20 24 471 74 63
Binary 11001101 110110 10101101 0 1001010 10000 10100 100111001 111100 110011

Color Harmonies of #CD36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD36AD

Black with #CD36AD

Text Example


Text Example

White with #CD36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD36AD; }

 p { color: rgb(205,54,173); }

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

background-color css

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

 a { background-color: rgb(205,54,173); }

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

border-color css

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

 span { border-color: rgb(205,54,173); }

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