Html Css Color HEX #C044BE Fuchsia

📋 copy color: '#C044BE'

red 192 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #C044BE

Tints of Fuchsia #C044BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 42.67%
G = 15.11%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C044BE (or 0xC044BE) is known color: Fuchsia. HEX triplet: C0, 44 and BE. RGB value is (192,68,190). Sum of RGB (Red+Green+Blue) = 192+68+190=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C044BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044BE is #3FBB41. Grayscale: #767676. Windows color (decimal): -4176706 or 12469440. OLE color: 12469440.

HSL color Cylindrical-coordinate representation of color #C044BE: hue angle of 300.97º 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 #C044BE is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 190 -
CMYK 0 0.65 0.01 0.25
HSL 300.97º 0.5% 0.51% -
HSV(B) 300.97º 0.65% 0.75% -
XYZ 33.1 19.06 50.65 -
YUV 118.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 192 68 190 0 0.65 0.01 0.25 300.97 0.5 0.51
Hex C0 44 BE 0 41 1 19 12D 32 33
Octal 300 104 276 0 101 1 31 455 62 63
Binary 11000000 1000100 10111110 0 1000001 1 11001 100101101 110010 110011

Color Harmonies of #C044BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044BE

Black with #C044BE

Text Example


Text Example

White with #C044BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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