Html Css Color HEX #C944BC Fuchsia

📋 copy color: '#C944BC'

red 201 ◦ green 68 ◦ blue 188

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

Shades of Fuchsia #C944BC

Tints of Fuchsia #C944BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 43.98%
G = 14.88%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C944BC (or 0xC944BC) is known color: Fuchsia. HEX triplet: C9, 44 and BC. RGB value is (201,68,188). Sum of RGB (Red+Green+Blue) = 201+68+188=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C944BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944BC is #36BB43. Grayscale: #797979. Windows color (decimal): -3586884 or 12338377. OLE color: 12338377.

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

Color convert

RGB 201 68 188 -
CMYK 0 0.66 0.06 0.21
HSL 305.86º 0.55% 0.53% -
HSV(B) 305.86º 0.66% 0.79% -
XYZ 35.23 20.18 49.62 -
YUV 121.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 201 68 188 0 0.66 0.06 0.21 305.86 0.55 0.53
Hex C9 44 BC 0 42 6 15 132 37 35
Octal 311 104 274 0 102 6 25 462 67 65
Binary 11001001 1000100 10111100 0 1000010 110 10101 100110010 110111 110101

Color Harmonies of #C944BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944BC

Black with #C944BC

Text Example


Text Example

White with #C944BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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