Html Css Color HEX #C941D1 Fuchsia

📋 copy color: '#C941D1'

red 201 ◦ green 65 ◦ blue 209

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

Shades of Fuchsia #C941D1

Tints of Fuchsia #C941D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44%

R = 42.32%
G = 13.68%
B = 44%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C941D1 (or 0xC941D1) is known color: Fuchsia. HEX triplet: C9, 41 and D1. RGB value is (201,65,209). Sum of RGB (Red+Green+Blue) = 201+65+209=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #C941D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941D1 is #36BE2E. Grayscale: #797979. Windows color (decimal): -3587631 or 13713865. OLE color: 13713865.

HSL color Cylindrical-coordinate representation of color #C941D1: hue angle of 296.67º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C941D1 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 65 209 -
CMYK 0.04 0.69 0 0.18
HSL 296.67º 0.61% 0.54% -
HSV(B) 296.67º 0.69% 0.82% -
XYZ 37.49 20.8 62.36 -
YUV 122.08 177.06 184.29 -
System Red Green Blue C M Y K H S L
Decimal 201 65 209 0.04 0.69 0 0.18 296.67 0.61 0.54
Hex C9 41 D1 4 45 0 12 129 3D 36
Octal 311 101 321 4 105 0 22 451 75 66
Binary 11001001 1000001 11010001 100 1000101 0 10010 100101001 111101 110110

Color Harmonies of #C941D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941D1

Black with #C941D1

Text Example


Text Example

White with #C941D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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