Html Css Color HEX #CC2FC1 Fuchsia

📋 copy color: '#CC2FC1'

red 204 ◦ green 47 ◦ blue 193

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

Shades of Fuchsia #CC2FC1

Tints of Fuchsia #CC2FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 45.95%
G = 10.59%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC2FC1 (or 0xCC2FC1) is known color: Fuchsia. HEX triplet: CC, 2F and C1. RGB value is (204,47,193). Sum of RGB (Red+Green+Blue) = 204+47+193=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FC1 is #33D03E. Grayscale: #6E6E6E. Windows color (decimal): -3395647 or 12660684. OLE color: 12660684.

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

Color convert

RGB 204 47 193 -
CMYK 0 0.77 0.05 0.2
HSL 304.2º 0.63% 0.49% -
HSV(B) 304.2º 0.77% 0.8% -
XYZ 35.54 18.72 52.19 -
YUV 110.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 204 47 193 0 0.77 0.05 0.2 304.2 0.63 0.49
Hex CC 2F C1 0 4D 5 14 130 3F 31
Octal 314 57 301 0 115 5 24 460 77 61
Binary 11001100 101111 11000001 0 1001101 101 10100 100110000 111111 110001

Color Harmonies of #CC2FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FC1

Black with #CC2FC1

Text Example


Text Example

White with #CC2FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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