Html Css Color HEX #C941B9 Fuchsia

📋 copy color: '#C941B9'

red 201 ◦ green 65 ◦ blue 185

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

Shades of Fuchsia #C941B9

Tints of Fuchsia #C941B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.02%

R = 44.57%
G = 14.41%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C941B9 (or 0xC941B9) is known color: Fuchsia. HEX triplet: C9, 41 and B9. RGB value is (201,65,185). Sum of RGB (Red+Green+Blue) = 201+65+185=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C941B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941B9 is #36BE46. Grayscale: #777777. Windows color (decimal): -3587655 or 12141001. OLE color: 12141001.

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

Color convert

RGB 201 65 185 -
CMYK 0 0.68 0.08 0.21
HSL 307.06º 0.56% 0.52% -
HSV(B) 307.06º 0.68% 0.79% -
XYZ 34.73 19.7 47.87 -
YUV 119.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 201 65 185 0 0.68 0.08 0.21 307.06 0.56 0.52
Hex C9 41 B9 0 44 8 15 133 38 34
Octal 311 101 271 0 104 10 25 463 70 64
Binary 11001001 1000001 10111001 0 1000100 1000 10101 100110011 111000 110100

Color Harmonies of #C941B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941B9

Black with #C941B9

Text Example


Text Example

White with #C941B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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