Html Css Color HEX #C950BB Fuchsia

📋 copy color: '#C950BB'

red 201 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #C950BB

Tints of Fuchsia #C950BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 42.95%
G = 17.09%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C950BB (or 0xC950BB) is known color: Fuchsia. HEX triplet: C9, 50 and BB. RGB value is (201,80,187). Sum of RGB (Red+Green+Blue) = 201+80+187=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C950BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950BB is #36AF44. Grayscale: #808080. Windows color (decimal): -3583813 or 12275913. OLE color: 12275913.

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

Color convert

RGB 201 80 187 -
CMYK 0 0.60 0.07 0.21
HSL 306.94º 0.53% 0.55% -
HSV(B) 306.94º 0.6% 0.79% -
XYZ 35.93 21.74 49.32 -
YUV 128.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 201 80 187 0 0.60 0.07 0.21 306.94 0.53 0.55
Hex C9 50 BB 0 3C 7 15 133 35 37
Octal 311 120 273 0 74 7 25 463 65 67
Binary 11001001 1010000 10111011 0 111100 111 10101 100110011 110101 110111

Color Harmonies of #C950BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950BB

Black with #C950BB

Text Example


Text Example

White with #C950BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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