Html Css Color HEX #CC36AD Fuchsia

📋 copy color: '#CC36AD'

red 204 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #CC36AD

Tints of Fuchsia #CC36AD

RGB

 RED value IS 204 (80.08% from 255) = 47.33%

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

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

R = 47.33%
G = 12.53%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC36AD (or 0xCC36AD) is known color: Fuchsia. HEX triplet: CC, 36 and AD. RGB value is (204,54,173). Sum of RGB (Red+Green+Blue) = 204+54+173=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC36AD is #33C952. Grayscale: #707070. Windows color (decimal): -3393875 or 11351756. OLE color: 11351756.

HSL color Cylindrical-coordinate representation of color #CC36AD: hue angle of 312.4º 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 #CC36AD is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 173 -
CMYK 0 0.74 0.15 0.2
HSL 312.4º 0.6% 0.51% -
HSV(B) 312.4º 0.74% 0.8% -
XYZ 33.76 18.49 41.33 -
YUV 112.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 204 54 173 0 0.74 0.15 0.2 312.4 0.6 0.51
Hex CC 36 AD 0 4A F 14 138 3C 33
Octal 314 66 255 0 112 17 24 470 74 63
Binary 11001100 110110 10101101 0 1001010 1111 10100 100111000 111100 110011

Color Harmonies of #CC36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36AD

Black with #CC36AD

Text Example


Text Example

White with #CC36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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