Html Css Color HEX #C931B2 Fuchsia

📋 copy color: '#C931B2'

red 201 ◦ green 49 ◦ blue 178

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

Shades of Fuchsia #C931B2

Tints of Fuchsia #C931B2

RGB

 RED value IS 201 (78.91% from 255) = 46.96%

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

 BLUE value IS 178 (69.92% from 255) = 41.59%

R = 46.96%
G = 11.45%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C931B2 (or 0xC931B2) is known color: Fuchsia. HEX triplet: C9, 31 and B2. RGB value is (201,49,178). Sum of RGB (Red+Green+Blue) = 201+49+178=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C931B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C931B2 is #36CE4D. Grayscale: #6C6C6C. Windows color (decimal): -3591758 or 11678153. OLE color: 11678153.

HSL color Cylindrical-coordinate representation of color #C931B2: hue angle of 309.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C931B2 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 49 178 -
CMYK 0 0.76 0.11 0.21
HSL 309.08º 0.61% 0.49% -
HSV(B) 309.08º 0.76% 0.79% -
XYZ 33.22 17.83 43.81 -
YUV 109.15 166.86 193.51 -
System Red Green Blue C M Y K H S L
Decimal 201 49 178 0 0.76 0.11 0.21 309.08 0.61 0.49
Hex C9 31 B2 0 4C B 15 135 3D 31
Octal 311 61 262 0 114 13 25 465 75 61
Binary 11001001 110001 10110010 0 1001100 1011 10101 100110101 111101 110001

Color Harmonies of #C931B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C931B2

Black with #C931B2

Text Example


Text Example

White with #C931B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C931B2; }

 p { color: rgb(201,49,178); }

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

background-color css

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

 a { background-color: rgb(201,49,178); }

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

border-color css

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

 span { border-color: rgb(201,49,178); }

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