Html Css Color HEX #C941BA Fuchsia

📋 copy color: '#C941BA'

red 201 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #C941BA

Tints of Fuchsia #C941BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.38%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 44.47%
G = 14.38%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C941BA (or 0xC941BA) is known color: Fuchsia. HEX triplet: C9, 41 and BA. RGB value is (201,65,186). Sum of RGB (Red+Green+Blue) = 201+65+186=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C941BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941BA is #36BE45. Grayscale: #777777. Windows color (decimal): -3587654 or 12206537. OLE color: 12206537.

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

Color convert

RGB 201 65 186 -
CMYK 0 0.68 0.07 0.21
HSL 306.62º 0.56% 0.52% -
HSV(B) 306.62º 0.68% 0.79% -
XYZ 34.84 19.74 48.43 -
YUV 119.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 201 65 186 0 0.68 0.07 0.21 306.62 0.56 0.52
Hex C9 41 BA 0 44 7 15 133 38 34
Octal 311 101 272 0 104 7 25 463 70 64
Binary 11001001 1000001 10111010 0 1000100 111 10101 100110011 111000 110100

Color Harmonies of #C941BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941BA

Black with #C941BA

Text Example


Text Example

White with #C941BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941BA; }

 p { color: rgb(201,65,186); }

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

background-color css

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

 a { background-color: rgb(201,65,186); }

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

border-color css

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

 span { border-color: rgb(201,65,186); }

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