Html Css Color HEX #C434C0 Fuchsia

📋 copy color: '#C434C0'

red 196 ◦ green 52 ◦ blue 192

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

Shades of Fuchsia #C434C0

Tints of Fuchsia #C434C0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.82%

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

R = 44.55%
G = 11.82%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C434C0 (or 0xC434C0) is known color: Fuchsia. HEX triplet: C4, 34 and C0. RGB value is (196,52,192). Sum of RGB (Red+Green+Blue) = 196+52+192=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C434C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434C0 is #3BCB3F. Grayscale: #6E6E6E. Windows color (decimal): -3918656 or 12596420. OLE color: 12596420.

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

Color convert

RGB 196 52 192 -
CMYK 0 0.73 0.02 0.23
HSL 301.67º 0.58% 0.49% -
HSV(B) 301.67º 0.73% 0.77% -
XYZ 33.51 18 51.58 -
YUV 111.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 196 52 192 0 0.73 0.02 0.23 301.67 0.58 0.49
Hex C4 34 C0 0 49 2 17 12E 3A 31
Octal 304 64 300 0 111 2 27 456 72 61
Binary 11000100 110100 11000000 0 1001001 10 10111 100101110 111010 110001

Color Harmonies of #C434C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434C0

Black with #C434C0

Text Example


Text Example

White with #C434C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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