Html Css Color HEX #C950B6 Fuchsia

📋 copy color: '#C950B6'

red 201 ◦ green 80 ◦ blue 182

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

Shades of Fuchsia #C950B6

Tints of Fuchsia #C950B6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

 BLUE value IS 182 (71.48% from 255) = 39.31%

R = 43.41%
G = 17.28%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C950B6 (or 0xC950B6) is known color: Fuchsia. HEX triplet: C9, 50 and B6. RGB value is (201,80,182). Sum of RGB (Red+Green+Blue) = 201+80+182=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C950B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950B6 is #36AF49. Grayscale: #7F7F7F. Windows color (decimal): -3583818 or 11948233. OLE color: 11948233.

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

Color convert

RGB 201 80 182 -
CMYK 0 0.60 0.09 0.21
HSL 309.42º 0.53% 0.55% -
HSV(B) 309.42º 0.6% 0.79% -
XYZ 35.4 21.53 46.55 -
YUV 127.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 201 80 182 0 0.60 0.09 0.21 309.42 0.53 0.55
Hex C9 50 B6 0 3C 9 15 135 35 37
Octal 311 120 266 0 74 11 25 465 65 67
Binary 11001001 1010000 10110110 0 111100 1001 10101 100110101 110101 110111

Color Harmonies of #C950B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950B6

Black with #C950B6

Text Example


Text Example

White with #C950B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950B6; }

 p { color: rgb(201,80,182); }

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

background-color css

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

 a { background-color: rgb(201,80,182); }

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

border-color css

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

 span { border-color: rgb(201,80,182); }

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