Html Css Color HEX #C049C4 Fuchsia

📋 copy color: '#C049C4'

red 192 ◦ green 73 ◦ blue 196

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

Shades of Fuchsia #C049C4

Tints of Fuchsia #C049C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.52%

R = 41.65%
G = 15.84%
B = 42.52%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C049C4 (or 0xC049C4) is known color: Fuchsia. HEX triplet: C0, 49 and C4. RGB value is (192,73,196). Sum of RGB (Red+Green+Blue) = 192+73+196=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #C049C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049C4 is #3FB63B. Grayscale: #7A7A7A. Windows color (decimal): -4175420 or 12863936. OLE color: 12863936.

HSL color Cylindrical-coordinate representation of color #C049C4: hue angle of 298.05º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C049C4 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 73 196 -
CMYK 0.02 0.63 0 0.23
HSL 298.05º 0.51% 0.53% -
HSV(B) 298.05º 0.63% 0.77% -
XYZ 34.08 19.96 54.28 -
YUV 122.6 169.42 177.5 -
System Red Green Blue C M Y K H S L
Decimal 192 73 196 0.02 0.63 0 0.23 298.05 0.51 0.53
Hex C0 49 C4 2 3F 0 17 12A 33 35
Octal 300 111 304 2 77 0 27 452 63 65
Binary 11000000 1001001 11000100 10 111111 0 10111 100101010 110011 110101

Color Harmonies of #C049C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049C4

Black with #C049C4

Text Example


Text Example

White with #C049C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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