Html Css Color HEX #CC43AC Fuchsia

📋 copy color: '#CC43AC'

red 204 ◦ green 67 ◦ blue 172

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

Shades of Fuchsia #CC43AC

Tints of Fuchsia #CC43AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.12%

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

R = 46.05%
G = 15.12%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC43AC (or 0xCC43AC) is known color: Fuchsia. HEX triplet: CC, 43 and AC. RGB value is (204,67,172). Sum of RGB (Red+Green+Blue) = 204+67+172=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC43AC is #33BC53. Grayscale: #777777. Windows color (decimal): -3390548 or 11289548. OLE color: 11289548.

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

Color convert

RGB 204 67 172 -
CMYK 0 0.67 0.16 0.2
HSL 314.01º 0.57% 0.53% -
HSV(B) 314.01º 0.67% 0.8% -
XYZ 34.36 19.83 41.05 -
YUV 119.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 204 67 172 0 0.67 0.16 0.2 314.01 0.57 0.53
Hex CC 43 AC 0 43 10 14 13A 39 35
Octal 314 103 254 0 103 20 24 472 71 65
Binary 11001100 1000011 10101100 0 1000011 10000 10100 100111010 111001 110101

Color Harmonies of #CC43AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43AC

Black with #CC43AC

Text Example


Text Example

White with #CC43AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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