Html Css Color HEX #C434B9 Fuchsia

📋 copy color: '#C434B9'

red 196 ◦ green 52 ◦ blue 185

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

Shades of Fuchsia #C434B9

Tints of Fuchsia #C434B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 45.27%
G = 12.01%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C434B9 (or 0xC434B9) is known color: Fuchsia. HEX triplet: C4, 34 and B9. RGB value is (196,52,185). Sum of RGB (Red+Green+Blue) = 196+52+185=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C434B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434B9 is #3BCB46. Grayscale: #6D6D6D. Windows color (decimal): -3918663 or 12137668. OLE color: 12137668.

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

Color convert

RGB 196 52 185 -
CMYK 0 0.73 0.06 0.23
HSL 304.58º 0.58% 0.49% -
HSV(B) 304.58º 0.73% 0.77% -
XYZ 32.75 17.69 47.59 -
YUV 110.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 196 52 185 0 0.73 0.06 0.23 304.58 0.58 0.49
Hex C4 34 B9 0 49 6 17 131 3A 31
Octal 304 64 271 0 111 6 27 461 72 61
Binary 11000100 110100 10111001 0 1001001 110 10111 100110001 111010 110001

Color Harmonies of #C434B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434B9

Black with #C434B9

Text Example


Text Example

White with #C434B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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