Html Css Color HEX #C039C0 Fuchsia

📋 copy color: '#C039C0'

red 192 ◦ green 57 ◦ blue 192

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

Shades of Fuchsia #C039C0

Tints of Fuchsia #C039C0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.93%

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

R = 43.54%
G = 12.93%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C039C0 (or 0xC039C0) is known color: Fuchsia. HEX triplet: C0, 39 and C0. RGB value is (192,57,192). Sum of RGB (Red+Green+Blue) = 192+57+192=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C039C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039C0 is #3FC63F. Grayscale: #707070. Windows color (decimal): -4179520 or 12597696. OLE color: 12597696.

HSL color Cylindrical-coordinate representation of color #C039C0: hue angle of 300º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C039C0 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 192 -
CMYK 0 0.70 0 0.25
HSL 300º 0.54% 0.49% -
HSV(B) 300º 0.7% 0.75% -
XYZ 32.72 17.94 51.61 -
YUV 112.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 192 57 192 0 0.70 0 0.25 300 0.54 0.49
Hex C0 39 C0 0 46 0 19 12C 36 31
Octal 300 71 300 0 106 0 31 454 66 61
Binary 11000000 111001 11000000 0 1000110 0 11001 100101100 110110 110001

Color Harmonies of #C039C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C039C0

Black with #C039C0

Text Example


Text Example

White with #C039C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C039C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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