Html Css Color HEX #C434C2 Fuchsia

📋 copy color: '#C434C2'

red 196 ◦ green 52 ◦ blue 194

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

Shades of Fuchsia #C434C2

Tints of Fuchsia #C434C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.89%

R = 44.34%
G = 11.76%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C434C2 (or 0xC434C2) is known color: Fuchsia. HEX triplet: C4, 34 and C2. RGB value is (196,52,194). Sum of RGB (Red+Green+Blue) = 196+52+194=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C434C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434C2 is #3BCB3D. Grayscale: #6E6E6E. Windows color (decimal): -3918654 or 12727492. OLE color: 12727492.

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

Color convert

RGB 196 52 194 -
CMYK 0 0.73 0.01 0.23
HSL 300.83º 0.58% 0.49% -
HSV(B) 300.83º 0.73% 0.77% -
XYZ 33.73 18.09 52.75 -
YUV 111.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 196 52 194 0 0.73 0.01 0.23 300.83 0.58 0.49
Hex C4 34 C2 0 49 1 17 12D 3A 31
Octal 304 64 302 0 111 1 27 455 72 61
Binary 11000100 110100 11000010 0 1001001 1 10111 100101101 111010 110001

Color Harmonies of #C434C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434C2

Black with #C434C2

Text Example


Text Example

White with #C434C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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