Html Css Color HEX #CC37AD Fuchsia

📋 copy color: '#CC37AD'

red 204 ◦ green 55 ◦ blue 173

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

Shades of Fuchsia #CC37AD

Tints of Fuchsia #CC37AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.73%

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

R = 47.22%
G = 12.73%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC37AD (or 0xCC37AD) is known color: Fuchsia. HEX triplet: CC, 37 and AD. RGB value is (204,55,173). Sum of RGB (Red+Green+Blue) = 204+55+173=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC37AD is #33C852. Grayscale: #707070. Windows color (decimal): -3393619 or 11352012. OLE color: 11352012.

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

Color convert

RGB 204 55 173 -
CMYK 0 0.73 0.15 0.2
HSL 312.48º 0.59% 0.51% -
HSV(B) 312.48º 0.73% 0.8% -
XYZ 33.81 18.59 41.34 -
YUV 113 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 204 55 173 0 0.73 0.15 0.2 312.48 0.59 0.51
Hex CC 37 AD 0 49 F 14 138 3B 33
Octal 314 67 255 0 111 17 24 470 73 63
Binary 11001100 110111 10101101 0 1001001 1111 10100 100111000 111011 110011

Color Harmonies of #CC37AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37AD

Black with #CC37AD

Text Example


Text Example

White with #CC37AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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