Html Css Color HEX #CC2FC3 Fuchsia

📋 copy color: '#CC2FC3'

red 204 ◦ green 47 ◦ blue 195

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

Shades of Fuchsia #CC2FC3

Tints of Fuchsia #CC2FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.72%

R = 45.74%
G = 10.54%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC2FC3 (or 0xCC2FC3) is known color: Fuchsia. HEX triplet: CC, 2F and C3. RGB value is (204,47,195). Sum of RGB (Red+Green+Blue) = 204+47+195=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FC3 is #33D03C. Grayscale: #6E6E6E. Windows color (decimal): -3395645 or 12791756. OLE color: 12791756.

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

Color convert

RGB 204 47 195 -
CMYK 0 0.77 0.04 0.2
HSL 303.44º 0.63% 0.49% -
HSV(B) 303.44º 0.77% 0.8% -
XYZ 35.77 18.81 53.38 -
YUV 110.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 204 47 195 0 0.77 0.04 0.2 303.44 0.63 0.49
Hex CC 2F C3 0 4D 4 14 12F 3F 31
Octal 314 57 303 0 115 4 24 457 77 61
Binary 11001100 101111 11000011 0 1001101 100 10100 100101111 111111 110001

Color Harmonies of #CC2FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FC3

Black with #CC2FC3

Text Example


Text Example

White with #CC2FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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