Html Css Color HEX #C043BE Fuchsia

📋 copy color: '#C043BE'

red 192 ◦ green 67 ◦ blue 190

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

Shades of Fuchsia #C043BE

Tints of Fuchsia #C043BE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.92%

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

R = 42.76%
G = 14.92%
B = 42.32%

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

#C043BE (or 0xC043BE) is known color: Fuchsia. HEX triplet: C0, 43 and BE. RGB value is (192,67,190). Sum of RGB (Red+Green+Blue) = 192+67+190=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C043BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043BE is #3FBC41. Grayscale: #767676. Windows color (decimal): -4176962 or 12469184. OLE color: 12469184.

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

Color convert

RGB 192 67 190 -
CMYK 0 0.65 0.01 0.25
HSL 300.96º 0.5% 0.51% -
HSV(B) 300.96º 0.65% 0.75% -
XYZ 33.04 18.94 50.63 -
YUV 118.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 192 67 190 0 0.65 0.01 0.25 300.96 0.5 0.51
Hex C0 43 BE 0 41 1 19 12D 32 33
Octal 300 103 276 0 101 1 31 455 62 63
Binary 11000000 1000011 10111110 0 1000001 1 11001 100101101 110010 110011

Color Harmonies of #C043BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043BE

Black with #C043BE

Text Example


Text Example

White with #C043BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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