Html Css Color HEX #C944B3 Fuchsia

📋 copy color: '#C944B3'

red 201 ◦ green 68 ◦ blue 179

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

Shades of Fuchsia #C944B3

Tints of Fuchsia #C944B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.96%

R = 44.87%
G = 15.18%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C944B3 (or 0xC944B3) is known color: Fuchsia. HEX triplet: C9, 44 and B3. RGB value is (201,68,179). Sum of RGB (Red+Green+Blue) = 201+68+179=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C944B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944B3 is #36BB4C. Grayscale: #787878. Windows color (decimal): -3586893 or 11748553. OLE color: 11748553.

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

Color convert

RGB 201 68 179 -
CMYK 0 0.66 0.11 0.21
HSL 309.92º 0.55% 0.53% -
HSV(B) 309.92º 0.66% 0.79% -
XYZ 34.29 19.81 44.66 -
YUV 120.42 161.06 185.47 -
System Red Green Blue C M Y K H S L
Decimal 201 68 179 0 0.66 0.11 0.21 309.92 0.55 0.53
Hex C9 44 B3 0 42 B 15 136 37 35
Octal 311 104 263 0 102 13 25 466 67 65
Binary 11001001 1000100 10110011 0 1000010 1011 10101 100110110 110111 110101

Color Harmonies of #C944B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944B3

Black with #C944B3

Text Example


Text Example

White with #C944B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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