Html Css Color HEX #C434B1 Fuchsia

📋 copy color: '#C434B1'

red 196 ◦ green 52 ◦ blue 177

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

Shades of Fuchsia #C434B1

Tints of Fuchsia #C434B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.65%

R = 46.12%
G = 12.24%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C434B1 (or 0xC434B1) is known color: Fuchsia. HEX triplet: C4, 34 and B1. RGB value is (196,52,177). Sum of RGB (Red+Green+Blue) = 196+52+177=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C434B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C434B1 is #3BCB4E. Grayscale: #6C6C6C. Windows color (decimal): -3918671 or 11613380. OLE color: 11613380.

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

Color convert

RGB 196 52 177 -
CMYK 0 0.73 0.10 0.23
HSL 307.92º 0.58% 0.49% -
HSV(B) 307.92º 0.73% 0.77% -
XYZ 31.93 17.37 43.26 -
YUV 109.31 166.21 189.84 -
System Red Green Blue C M Y K H S L
Decimal 196 52 177 0 0.73 0.10 0.23 307.92 0.58 0.49
Hex C4 34 B1 0 49 A 17 134 3A 31
Octal 304 64 261 0 111 12 27 464 72 61
Binary 11000100 110100 10110001 0 1001001 1010 10111 100110100 111010 110001

Color Harmonies of #C434B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434B1

Black with #C434B1

Text Example


Text Example

White with #C434B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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