Html Css Color HEX #C042BA Fuchsia

📋 copy color: '#C042BA'

red 192 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #C042BA

Tints of Fuchsia #C042BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.86%

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 43.24%
G = 14.86%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C042BA (or 0xC042BA) is known color: Fuchsia. HEX triplet: C0, 42 and BA. RGB value is (192,66,186). Sum of RGB (Red+Green+Blue) = 192+66+186=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C042BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042BA is #3FBD45. Grayscale: #757575. Windows color (decimal): -4177222 or 12206784. OLE color: 12206784.

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

Color convert

RGB 192 66 186 -
CMYK 0 0.66 0.03 0.25
HSL 302.86º 0.5% 0.51% -
HSV(B) 302.86º 0.66% 0.75% -
XYZ 32.55 18.65 48.34 -
YUV 117.35 166.74 181.24 -
System Red Green Blue C M Y K H S L
Decimal 192 66 186 0 0.66 0.03 0.25 302.86 0.5 0.51
Hex C0 42 BA 0 42 3 19 12F 32 33
Octal 300 102 272 0 102 3 31 457 62 63
Binary 11000000 1000010 10111010 0 1000010 11 11001 100101111 110010 110011

Color Harmonies of #C042BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042BA

Black with #C042BA

Text Example


Text Example

White with #C042BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042BA; }

 p { color: rgb(192,66,186); }

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

background-color css

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

 a { background-color: rgb(192,66,186); }

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

border-color css

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

 span { border-color: rgb(192,66,186); }

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