Html Css Color HEX #C944B5 Fuchsia

📋 copy color: '#C944B5'

red 201 ◦ green 68 ◦ blue 181

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

Shades of Fuchsia #C944B5

Tints of Fuchsia #C944B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.22%

R = 44.67%
G = 15.11%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C944B5 (or 0xC944B5) is known color: Fuchsia. HEX triplet: C9, 44 and B5. RGB value is (201,68,181). Sum of RGB (Red+Green+Blue) = 201+68+181=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C944B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944B5 is #36BB4A. Grayscale: #787878. Windows color (decimal): -3586891 or 11879625. OLE color: 11879625.

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

Color convert

RGB 201 68 181 -
CMYK 0 0.66 0.10 0.21
HSL 309.02º 0.55% 0.53% -
HSV(B) 309.02º 0.66% 0.79% -
XYZ 34.5 19.89 45.74 -
YUV 120.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 201 68 181 0 0.66 0.10 0.21 309.02 0.55 0.53
Hex C9 44 B5 0 42 A 15 135 37 35
Octal 311 104 265 0 102 12 25 465 67 65
Binary 11001001 1000100 10110101 0 1000010 1010 10101 100110101 110111 110101

Color Harmonies of #C944B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944B5

Black with #C944B5

Text Example


Text Example

White with #C944B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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