Html Css Color HEX #CC31BB Fuchsia

📋 copy color: '#CC31BB'

red 204 ◦ green 49 ◦ blue 187

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

Shades of Fuchsia #CC31BB

Tints of Fuchsia #CC31BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 46.36%
G = 11.14%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC31BB (or 0xCC31BB) is known color: Fuchsia. HEX triplet: CC, 31 and BB. RGB value is (204,49,187). Sum of RGB (Red+Green+Blue) = 204+49+187=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31BB is #33CE44. Grayscale: #6E6E6E. Windows color (decimal): -3395141 or 12267980. OLE color: 12267980.

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

Color convert

RGB 204 49 187 -
CMYK 0 0.76 0.08 0.2
HSL 306.58º 0.61% 0.5% -
HSV(B) 306.58º 0.76% 0.8% -
XYZ 34.97 18.62 48.76 -
YUV 111.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 204 49 187 0 0.76 0.08 0.2 306.58 0.61 0.5
Hex CC 31 BB 0 4C 8 14 133 3D 32
Octal 314 61 273 0 114 10 24 463 75 62
Binary 11001100 110001 10111011 0 1001100 1000 10100 100110011 111101 110010

Color Harmonies of #CC31BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31BB

Black with #CC31BB

Text Example


Text Example

White with #CC31BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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