Html Css Color HEX #CC2FAF Fuchsia

📋 copy color: '#CC2FAF'

red 204 ◦ green 47 ◦ blue 175

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

Shades of Fuchsia #CC2FAF

Tints of Fuchsia #CC2FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 47.89%
G = 11.03%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC2FAF (or 0xCC2FAF) is known color: Fuchsia. HEX triplet: CC, 2F and AF. RGB value is (204,47,175). Sum of RGB (Red+Green+Blue) = 204+47+175=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2FAF is #33D050. Grayscale: #6C6C6C. Windows color (decimal): -3395665 or 11481036. OLE color: 11481036.

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

Color convert

RGB 204 47 175 -
CMYK 0 0.77 0.14 0.2
HSL 311.08º 0.63% 0.49% -
HSV(B) 311.08º 0.77% 0.8% -
XYZ 33.66 17.97 42.25 -
YUV 108.54 165.51 196.09 -
System Red Green Blue C M Y K H S L
Decimal 204 47 175 0 0.77 0.14 0.2 311.08 0.63 0.49
Hex CC 2F AF 0 4D E 14 137 3F 31
Octal 314 57 257 0 115 16 24 467 77 61
Binary 11001100 101111 10101111 0 1001101 1110 10100 100110111 111111 110001

Color Harmonies of #CC2FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FAF

Black with #CC2FAF

Text Example


Text Example

White with #CC2FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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