Html Css Color HEX #CC31D4 Fuchsia

📋 copy color: '#CC31D4'

red 204 ◦ green 49 ◦ blue 212

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

Shades of Fuchsia #CC31D4

Tints of Fuchsia #CC31D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.59%

R = 43.87%
G = 10.54%
B = 45.59%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC31D4 (or 0xCC31D4) is known color: Fuchsia. HEX triplet: CC, 31 and D4. RGB value is (204,49,212). Sum of RGB (Red+Green+Blue) = 204+49+212=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC31D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31D4 is #33CE2B. Grayscale: #717171. Windows color (decimal): -3395116 or 13906380. OLE color: 13906380.

HSL color Cylindrical-coordinate representation of color #CC31D4: hue angle of 297.06º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC31D4 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 49 212 -
CMYK 0.04 0.77 0 0.17
HSL 297.06º 0.65% 0.51% -
HSV(B) 297.06º 0.77% 0.83% -
XYZ 37.88 19.79 64.11 -
YUV 113.93 183.35 192.25 -
System Red Green Blue C M Y K H S L
Decimal 204 49 212 0.04 0.77 0 0.17 297.06 0.65 0.51
Hex CC 31 D4 4 4D 0 11 129 41 33
Octal 314 61 324 4 115 0 21 451 101 63
Binary 11001100 110001 11010100 100 1001101 0 10001 100101001 1000001 110011

Color Harmonies of #CC31D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31D4

Black with #CC31D4

Text Example


Text Example

White with #CC31D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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