Html Css Color HEX #CC2FAE Fuchsia

📋 copy color: '#CC2FAE'

red 204 ◦ green 47 ◦ blue 174

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

Shades of Fuchsia #CC2FAE

Tints of Fuchsia #CC2FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.06%

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 48%
G = 11.06%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC2FAE (or 0xCC2FAE) is known color: Fuchsia. HEX triplet: CC, 2F and AE. RGB value is (204,47,174). Sum of RGB (Red+Green+Blue) = 204+47+174=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2FAE is #33D051. Grayscale: #6C6C6C. Windows color (decimal): -3395666 or 11415500. OLE color: 11415500.

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

Color convert

RGB 204 47 174 -
CMYK 0 0.77 0.15 0.2
HSL 311.47º 0.63% 0.49% -
HSV(B) 311.47º 0.77% 0.8% -
XYZ 33.56 17.93 41.74 -
YUV 108.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 204 47 174 0 0.77 0.15 0.2 311.47 0.63 0.49
Hex CC 2F AE 0 4D F 14 137 3F 31
Octal 314 57 256 0 115 17 24 467 77 61
Binary 11001100 101111 10101110 0 1001101 1111 10100 100110111 111111 110001

Color Harmonies of #CC2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FAE

Black with #CC2FAE

Text Example


Text Example

White with #CC2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FAE; }

 p { color: rgb(204,47,174); }

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

background-color css

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

 a { background-color: rgb(204,47,174); }

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

border-color css

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

 span { border-color: rgb(204,47,174); }

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