Html Css Color HEX #C946B5 Fuchsia

📋 copy color: '#C946B5'

red 201 ◦ green 70 ◦ blue 181

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

Shades of Fuchsia #C946B5

Tints of Fuchsia #C946B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.04%

R = 44.47%
G = 15.49%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C946B5 (or 0xC946B5) is known color: Fuchsia. HEX triplet: C9, 46 and B5. RGB value is (201,70,181). Sum of RGB (Red+Green+Blue) = 201+70+181=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C946B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946B5 is #36B94A. Grayscale: #797979. Windows color (decimal): -3586379 or 11880137. OLE color: 11880137.

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

Color convert

RGB 201 70 181 -
CMYK 0 0.65 0.10 0.21
HSL 309.16º 0.55% 0.53% -
HSV(B) 309.16º 0.65% 0.79% -
XYZ 34.62 20.13 45.78 -
YUV 121.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 201 70 181 0 0.65 0.10 0.21 309.16 0.55 0.53
Hex C9 46 B5 0 41 A 15 135 37 35
Octal 311 106 265 0 101 12 25 465 67 65
Binary 11001001 1000110 10110101 0 1000001 1010 10101 100110101 110111 110101

Color Harmonies of #C946B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946B5

Black with #C946B5

Text Example


Text Example

White with #C946B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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