Html Css Color HEX #C944BA Fuchsia

📋 copy color: '#C944BA'

red 201 ◦ green 68 ◦ blue 186

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

Shades of Fuchsia #C944BA

Tints of Fuchsia #C944BA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.95%

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

R = 44.18%
G = 14.95%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C944BA (or 0xC944BA) is known color: Fuchsia. HEX triplet: C9, 44 and BA. RGB value is (201,68,186). Sum of RGB (Red+Green+Blue) = 201+68+186=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C944BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944BA is #36BB45. Grayscale: #787878. Windows color (decimal): -3586886 or 12207305. OLE color: 12207305.

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

Color convert

RGB 201 68 186 -
CMYK 0 0.66 0.07 0.21
HSL 306.77º 0.55% 0.53% -
HSV(B) 306.77º 0.66% 0.79% -
XYZ 35.02 20.1 48.49 -
YUV 121.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 201 68 186 0 0.66 0.07 0.21 306.77 0.55 0.53
Hex C9 44 BA 0 42 7 15 133 37 35
Octal 311 104 272 0 102 7 25 463 67 65
Binary 11001001 1000100 10111010 0 1000010 111 10101 100110011 110111 110101

Color Harmonies of #C944BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944BA

Black with #C944BA

Text Example


Text Example

White with #C944BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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