Html Css Color HEX #CC45AD Fuchsia

📋 copy color: '#CC45AD'

red 204 ◦ green 69 ◦ blue 173

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

Shades of Fuchsia #CC45AD

Tints of Fuchsia #CC45AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.47%

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

R = 45.74%
G = 15.47%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC45AD (or 0xCC45AD) is known color: Fuchsia. HEX triplet: CC, 45 and AD. RGB value is (204,69,173). Sum of RGB (Red+Green+Blue) = 204+69+173=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC45AD is #33BA52. Grayscale: #787878. Windows color (decimal): -3390035 or 11355596. OLE color: 11355596.

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

Color convert

RGB 204 69 173 -
CMYK 0 0.66 0.15 0.2
HSL 313.78º 0.57% 0.54% -
HSV(B) 313.78º 0.66% 0.8% -
XYZ 34.57 20.11 41.59 -
YUV 121.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 204 69 173 0 0.66 0.15 0.2 313.78 0.57 0.54
Hex CC 45 AD 0 42 F 14 13A 39 36
Octal 314 105 255 0 102 17 24 472 71 66
Binary 11001100 1000101 10101101 0 1000010 1111 10100 100111010 111001 110110

Color Harmonies of #CC45AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45AD

Black with #CC45AD

Text Example


Text Example

White with #CC45AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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