Html Css Color HEX #C044BB Fuchsia

📋 copy color: '#C044BB'

red 192 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #C044BB

Tints of Fuchsia #C044BB

RGB

 RED value IS 192 (75.39% from 255) = 42.95%

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

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

R = 42.95%
G = 15.21%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C044BB (or 0xC044BB) is known color: Fuchsia. HEX triplet: C0, 44 and BB. RGB value is (192,68,187). Sum of RGB (Red+Green+Blue) = 192+68+187=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C044BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044BB is #3FBB44. Grayscale: #767676. Windows color (decimal): -4176709 or 12272832. OLE color: 12272832.

HSL color Cylindrical-coordinate representation of color #C044BB: hue angle of 302.42º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C044BB is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 187 -
CMYK 0 0.65 0.03 0.25
HSL 302.42º 0.5% 0.51% -
HSV(B) 302.42º 0.65% 0.75% -
XYZ 32.77 18.93 48.94 -
YUV 118.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 192 68 187 0 0.65 0.03 0.25 302.42 0.5 0.51
Hex C0 44 BB 0 41 3 19 12E 32 33
Octal 300 104 273 0 101 3 31 456 62 63
Binary 11000000 1000100 10111011 0 1000001 11 11001 100101110 110010 110011

Color Harmonies of #C044BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044BB

Black with #C044BB

Text Example


Text Example

White with #C044BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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