Html Css Color HEX #C944BB Fuchsia

📋 copy color: '#C944BB'

red 201 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #C944BB

Tints of Fuchsia #C944BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 44.08%
G = 14.91%
B = 41.01%

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

#C944BB (or 0xC944BB) is known color: Fuchsia. HEX triplet: C9, 44 and BB. RGB value is (201,68,187). Sum of RGB (Red+Green+Blue) = 201+68+187=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C944BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944BB is #36BB44. Grayscale: #787878. Windows color (decimal): -3586885 or 12272841. OLE color: 12272841.

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

Color convert

RGB 201 68 187 -
CMYK 0 0.66 0.07 0.21
HSL 306.32º 0.55% 0.53% -
HSV(B) 306.32º 0.66% 0.79% -
XYZ 35.12 20.14 49.05 -
YUV 121.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 201 68 187 0 0.66 0.07 0.21 306.32 0.55 0.53
Hex C9 44 BB 0 42 7 15 132 37 35
Octal 311 104 273 0 102 7 25 462 67 65
Binary 11001001 1000100 10111011 0 1000010 111 10101 100110010 110111 110101

Color Harmonies of #C944BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944BB

Black with #C944BB

Text Example


Text Example

White with #C944BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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