Html Css Color HEX #CC31BE Fuchsia

📋 copy color: '#CC31BE'

red 204 ◦ green 49 ◦ blue 190

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

Shades of Fuchsia #CC31BE

Tints of Fuchsia #CC31BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 46.05%
G = 11.06%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC31BE (or 0xCC31BE) is known color: Fuchsia. HEX triplet: CC, 31 and BE. RGB value is (204,49,190). Sum of RGB (Red+Green+Blue) = 204+49+190=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31BE is #33CE41. Grayscale: #6F6F6F. Windows color (decimal): -3395138 or 12464588. OLE color: 12464588.

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

Color convert

RGB 204 49 190 -
CMYK 0 0.76 0.07 0.2
HSL 305.42º 0.61% 0.5% -
HSV(B) 305.42º 0.76% 0.8% -
XYZ 35.29 18.75 50.47 -
YUV 111.42 172.35 194.04 -
System Red Green Blue C M Y K H S L
Decimal 204 49 190 0 0.76 0.07 0.2 305.42 0.61 0.5
Hex CC 31 BE 0 4C 7 14 131 3D 32
Octal 314 61 276 0 114 7 24 461 75 62
Binary 11001100 110001 10111110 0 1001100 111 10100 100110001 111101 110010

Color Harmonies of #CC31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31BE

Black with #CC31BE

Text Example


Text Example

White with #CC31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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