Html Css Color HEX #C946BB Fuchsia

📋 copy color: '#C946BB'

red 201 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #C946BB

Tints of Fuchsia #C946BB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.28%

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

R = 43.89%
G = 15.28%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C946BB (or 0xC946BB) is known color: Fuchsia. HEX triplet: C9, 46 and BB. RGB value is (201,70,187). Sum of RGB (Red+Green+Blue) = 201+70+187=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C946BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946BB is #36B944. Grayscale: #7A7A7A. Windows color (decimal): -3586373 or 12273353. OLE color: 12273353.

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

Color convert

RGB 201 70 187 -
CMYK 0 0.65 0.07 0.21
HSL 306.41º 0.55% 0.53% -
HSV(B) 306.41º 0.65% 0.79% -
XYZ 35.25 20.39 49.09 -
YUV 122.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 201 70 187 0 0.65 0.07 0.21 306.41 0.55 0.53
Hex C9 46 BB 0 41 7 15 132 37 35
Octal 311 106 273 0 101 7 25 462 67 65
Binary 11001001 1000110 10111011 0 1000001 111 10101 100110010 110111 110101

Color Harmonies of #C946BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946BB

Black with #C946BB

Text Example


Text Example

White with #C946BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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