Html Css Color HEX #C049C0 Fuchsia

📋 copy color: '#C049C0'

red 192 ◦ green 73 ◦ blue 192

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

Shades of Fuchsia #C049C0

Tints of Fuchsia #C049C0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.97%

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

R = 42.01%
G = 15.97%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C049C0 (or 0xC049C0) is known color: Fuchsia. HEX triplet: C0, 49 and C0. RGB value is (192,73,192). Sum of RGB (Red+Green+Blue) = 192+73+192=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C049C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049C0 is #3FB63F. Grayscale: #797979. Windows color (decimal): -4175424 or 12601792. OLE color: 12601792.

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

Color convert

RGB 192 73 192 -
CMYK 0 0.62 0 0.25
HSL 300º 0.49% 0.52% -
HSV(B) 300º 0.62% 0.75% -
XYZ 33.64 19.78 51.91 -
YUV 122.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 192 73 192 0 0.62 0 0.25 300 0.49 0.52
Hex C0 49 C0 0 3E 0 19 12C 31 34
Octal 300 111 300 0 76 0 31 454 61 64
Binary 11000000 1001001 11000000 0 111110 0 11001 100101100 110001 110100

Color Harmonies of #C049C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049C0

Black with #C049C0

Text Example


Text Example

White with #C049C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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