Html Css Color HEX #C951B3 Fuchsia

📋 copy color: '#C951B3'

red 201 ◦ green 81 ◦ blue 179

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

Shades of Fuchsia #C951B3

Tints of Fuchsia #C951B3

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.57%

 BLUE value IS 179 (70.31% from 255) = 38.83%

R = 43.6%
G = 17.57%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C951B3 (or 0xC951B3) is known color: Fuchsia. HEX triplet: C9, 51 and B3. RGB value is (201,81,179). Sum of RGB (Red+Green+Blue) = 201+81+179=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C951B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951B3 is #36AE4C. Grayscale: #7F7F7F. Windows color (decimal): -3583565 or 11751881. OLE color: 11751881.

HSL color Cylindrical-coordinate representation of color #C951B3: hue angle of 311º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C951B3 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 179 -
CMYK 0 0.60 0.11 0.21
HSL 311º 0.53% 0.55% -
HSV(B) 311º 0.6% 0.79% -
XYZ 35.17 21.56 44.96 -
YUV 128.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 201 81 179 0 0.60 0.11 0.21 311 0.53 0.55
Hex C9 51 B3 0 3C B 15 137 35 37
Octal 311 121 263 0 74 13 25 467 65 67
Binary 11001001 1010001 10110011 0 111100 1011 10101 100110111 110101 110111

Color Harmonies of #C951B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951B3

Black with #C951B3

Text Example


Text Example

White with #C951B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951B3; }

 p { color: rgb(201,81,179); }

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

background-color css

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

 a { background-color: rgb(201,81,179); }

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

border-color css

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

 span { border-color: rgb(201,81,179); }

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