Html Css Color HEX #C931B4 Fuchsia

📋 copy color: '#C931B4'

red 201 ◦ green 49 ◦ blue 180

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

Shades of Fuchsia #C931B4

Tints of Fuchsia #C931B4

RGB

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

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

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

R = 46.74%
G = 11.4%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C931B4 (or 0xC931B4) is known color: Fuchsia. HEX triplet: C9, 31 and B4. RGB value is (201,49,180). Sum of RGB (Red+Green+Blue) = 201+49+180=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C931B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931B4 is #36CE4B. Grayscale: #6D6D6D. Windows color (decimal): -3591756 or 11809225. OLE color: 11809225.

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

Color convert

RGB 201 49 180 -
CMYK 0 0.76 0.10 0.21
HSL 308.29º 0.61% 0.49% -
HSV(B) 308.29º 0.76% 0.79% -
XYZ 33.42 17.91 44.88 -
YUV 109.38 167.86 193.35 -
System Red Green Blue C M Y K H S L
Decimal 201 49 180 0 0.76 0.10 0.21 308.29 0.61 0.49
Hex C9 31 B4 0 4C A 15 134 3D 31
Octal 311 61 264 0 114 12 25 464 75 61
Binary 11001001 110001 10110100 0 1001100 1010 10101 100110100 111101 110001

Color Harmonies of #C931B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C931B4

Black with #C931B4

Text Example


Text Example

White with #C931B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C931B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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