Html Css Color HEX #C449C4 Fuchsia

📋 copy color: '#C449C4'

red 196 ◦ green 73 ◦ blue 196

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

Shades of Fuchsia #C449C4

Tints of Fuchsia #C449C4

RGB

 RED value IS 196 (76.95% from 255) = 42.15%

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

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

R = 42.15%
G = 15.7%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C449C4 (or 0xC449C4) is known color: Fuchsia. HEX triplet: C4, 49 and C4. RGB value is (196,73,196). Sum of RGB (Red+Green+Blue) = 196+73+196=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C449C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449C4 is #3BB63B. Grayscale: #7B7B7B. Windows color (decimal): -3913276 or 12863940. OLE color: 12863940.

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

Color convert

RGB 196 73 196 -
CMYK 0 0.63 0 0.23
HSL 300º 0.51% 0.53% -
HSV(B) 300º 0.63% 0.77% -
XYZ 35.11 20.49 54.33 -
YUV 123.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 196 73 196 0 0.63 0 0.23 300 0.51 0.53
Hex C4 49 C4 0 3F 0 17 12C 33 35
Octal 304 111 304 0 77 0 27 454 63 65
Binary 11000100 1001001 11000100 0 111111 0 10111 100101100 110011 110101

Color Harmonies of #C449C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449C4

Black with #C449C4

Text Example


Text Example

White with #C449C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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