Html Css Color HEX #C044B2 Fuchsia

📋 copy color: '#C044B2'

red 192 ◦ green 68 ◦ blue 178

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

Shades of Fuchsia #C044B2

Tints of Fuchsia #C044B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.64%

R = 43.84%
G = 15.53%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C044B2 (or 0xC044B2) is known color: Fuchsia. HEX triplet: C0, 44 and B2. RGB value is (192,68,178). Sum of RGB (Red+Green+Blue) = 192+68+178=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C044B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C044B2 is #3FBB4D. Grayscale: #757575. Windows color (decimal): -4176718 or 11683008. OLE color: 11683008.

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

Color convert

RGB 192 68 178 -
CMYK 0 0.65 0.07 0.25
HSL 306.77º 0.5% 0.51% -
HSV(B) 306.77º 0.65% 0.75% -
XYZ 31.84 18.56 44.02 -
YUV 117.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 192 68 178 0 0.65 0.07 0.25 306.77 0.5 0.51
Hex C0 44 B2 0 41 7 19 133 32 33
Octal 300 104 262 0 101 7 31 463 62 63
Binary 11000000 1000100 10110010 0 1000001 111 11001 100110011 110010 110011

Color Harmonies of #C044B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044B2

Black with #C044B2

Text Example


Text Example

White with #C044B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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