Html Css Color HEX #CC41AC Fuchsia

📋 copy color: '#CC41AC'

red 204 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #CC41AC

Tints of Fuchsia #CC41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.74%

 BLUE value IS 172 (67.58% from 255) = 39%

R = 46.26%
G = 14.74%
B = 39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC41AC (or 0xCC41AC) is known color: Fuchsia. HEX triplet: CC, 41 and AC. RGB value is (204,65,172). Sum of RGB (Red+Green+Blue) = 204+65+172=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC41AC is #33BE53. Grayscale: #767676. Windows color (decimal): -3391060 or 11289036. OLE color: 11289036.

HSL color Cylindrical-coordinate representation of color #CC41AC: hue angle of 313.81º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC41AC is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 65 172 -
CMYK 0 0.68 0.16 0.2
HSL 313.81º 0.58% 0.53% -
HSV(B) 313.81º 0.68% 0.8% -
XYZ 34.24 19.6 41.01 -
YUV 118.76 158.05 188.8 -
System Red Green Blue C M Y K H S L
Decimal 204 65 172 0 0.68 0.16 0.2 313.81 0.58 0.53
Hex CC 41 AC 0 44 10 14 13A 3A 35
Octal 314 101 254 0 104 20 24 472 72 65
Binary 11001100 1000001 10101100 0 1000100 10000 10100 100111010 111010 110101

Color Harmonies of #CC41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41AC

Black with #CC41AC

Text Example


Text Example

White with #CC41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41AC; }

 p { color: rgb(204,65,172); }

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

background-color css

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

 a { background-color: rgb(204,65,172); }

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

border-color css

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

 span { border-color: rgb(204,65,172); }

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