Html Css Color HEX #CC36AC Fuchsia

📋 copy color: '#CC36AC'

red 204 ◦ green 54 ◦ blue 172

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

Shades of Fuchsia #CC36AC

Tints of Fuchsia #CC36AC

RGB

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

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

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

R = 47.44%
G = 12.56%
B = 40%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC36AC (or 0xCC36AC) is known color: Fuchsia. HEX triplet: CC, 36 and AC. RGB value is (204,54,172). Sum of RGB (Red+Green+Blue) = 204+54+172=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC36AC is #33C953. Grayscale: #6F6F6F. Windows color (decimal): -3393876 or 11286220. OLE color: 11286220.

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

Color convert

RGB 204 54 172 -
CMYK 0 0.74 0.16 0.2
HSL 312.8º 0.6% 0.51% -
HSV(B) 312.8º 0.74% 0.8% -
XYZ 33.67 18.45 40.82 -
YUV 112.3 161.7 193.41 -
System Red Green Blue C M Y K H S L
Decimal 204 54 172 0 0.74 0.16 0.2 312.8 0.6 0.51
Hex CC 36 AC 0 4A 10 14 139 3C 33
Octal 314 66 254 0 112 20 24 471 74 63
Binary 11001100 110110 10101100 0 1001010 10000 10100 100111001 111100 110011

Color Harmonies of #CC36AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36AC

Black with #CC36AC

Text Example


Text Example

White with #CC36AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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