Html Css Color HEX #CC31B4 Fuchsia

📋 copy color: '#CC31B4'

red 204 ◦ green 49 ◦ blue 180

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

Shades of Fuchsia #CC31B4

Tints of Fuchsia #CC31B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.57%

R = 47.11%
G = 11.32%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC31B4 (or 0xCC31B4) is known color: Fuchsia. HEX triplet: CC, 31 and B4. RGB value is (204,49,180). Sum of RGB (Red+Green+Blue) = 204+49+180=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31B4 is #33CE4B. Grayscale: #6D6D6D. Windows color (decimal): -3395148 or 11809228. OLE color: 11809228.

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

Color convert

RGB 204 49 180 -
CMYK 0 0.76 0.12 0.2
HSL 309.29º 0.61% 0.5% -
HSV(B) 309.29º 0.76% 0.8% -
XYZ 34.24 18.33 44.91 -
YUV 110.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 204 49 180 0 0.76 0.12 0.2 309.29 0.61 0.5
Hex CC 31 B4 0 4C C 14 135 3D 32
Octal 314 61 264 0 114 14 24 465 75 62
Binary 11001100 110001 10110100 0 1001100 1100 10100 100110101 111101 110010

Color Harmonies of #CC31B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31B4

Black with #CC31B4

Text Example


Text Example

White with #CC31B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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