Html Css Color HEX #C043C0 Fuchsia

📋 copy color: '#C043C0'

red 192 ◦ green 67 ◦ blue 192

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

Shades of Fuchsia #C043C0

Tints of Fuchsia #C043C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.57%

R = 42.57%
G = 14.86%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C043C0 (or 0xC043C0) is known color: Fuchsia. HEX triplet: C0, 43 and C0. RGB value is (192,67,192). Sum of RGB (Red+Green+Blue) = 192+67+192=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C043C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043C0 is #3FBC3F. Grayscale: #767676. Windows color (decimal): -4176960 or 12600256. OLE color: 12600256.

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

Color convert

RGB 192 67 192 -
CMYK 0 0.65 0 0.25
HSL 300º 0.5% 0.51% -
HSV(B) 300º 0.65% 0.75% -
XYZ 33.26 19.03 51.79 -
YUV 118.63 169.41 180.34 -
System Red Green Blue C M Y K H S L
Decimal 192 67 192 0 0.65 0 0.25 300 0.5 0.51
Hex C0 43 C0 0 41 0 19 12C 32 33
Octal 300 103 300 0 101 0 31 454 62 63
Binary 11000000 1000011 11000000 0 1000001 0 11001 100101100 110010 110011

Color Harmonies of #C043C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043C0

Black with #C043C0

Text Example


Text Example

White with #C043C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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