Html Css Color HEX #CC31BA Fuchsia

📋 copy color: '#CC31BA'

red 204 ◦ green 49 ◦ blue 186

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

Shades of Fuchsia #CC31BA

Tints of Fuchsia #CC31BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.16%

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 46.47%
G = 11.16%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC31BA (or 0xCC31BA) is known color: Fuchsia. HEX triplet: CC, 31 and BA. RGB value is (204,49,186). Sum of RGB (Red+Green+Blue) = 204+49+186=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31BA is #33CE45. Grayscale: #6E6E6E. Windows color (decimal): -3395142 or 12202444. OLE color: 12202444.

HSL color Cylindrical-coordinate representation of color #CC31BA: hue angle of 306.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC31BA is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 49 186 -
CMYK 0 0.76 0.09 0.2
HSL 306.97º 0.61% 0.5% -
HSV(B) 306.97º 0.76% 0.8% -
XYZ 34.86 18.58 48.2 -
YUV 110.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 204 49 186 0 0.76 0.09 0.2 306.97 0.61 0.5
Hex CC 31 BA 0 4C 9 14 133 3D 32
Octal 314 61 272 0 114 11 24 463 75 62
Binary 11001100 110001 10111010 0 1001100 1001 10100 100110011 111101 110010

Color Harmonies of #CC31BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31BA

Black with #CC31BA

Text Example


Text Example

White with #CC31BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31BA; }

 p { color: rgb(204,49,186); }

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

background-color css

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

 a { background-color: rgb(204,49,186); }

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

border-color css

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

 span { border-color: rgb(204,49,186); }

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