Html Css Color HEX #C434B6 Fuchsia

📋 copy color: '#C434B6'

red 196 ◦ green 52 ◦ blue 182

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

Shades of Fuchsia #C434B6

Tints of Fuchsia #C434B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.33%

R = 45.58%
G = 12.09%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C434B6 (or 0xC434B6) is known color: Fuchsia. HEX triplet: C4, 34 and B6. RGB value is (196,52,182). Sum of RGB (Red+Green+Blue) = 196+52+182=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C434B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434B6 is #3BCB49. Grayscale: #6D6D6D. Windows color (decimal): -3918666 or 11941060. OLE color: 11941060.

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

Color convert

RGB 196 52 182 -
CMYK 0 0.73 0.07 0.23
HSL 305.83º 0.58% 0.49% -
HSV(B) 305.83º 0.73% 0.77% -
XYZ 32.44 17.57 45.94 -
YUV 109.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 196 52 182 0 0.73 0.07 0.23 305.83 0.58 0.49
Hex C4 34 B6 0 49 7 17 132 3A 31
Octal 304 64 266 0 111 7 27 462 72 61
Binary 11000100 110100 10110110 0 1001001 111 10111 100110010 111010 110001

Color Harmonies of #C434B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434B6

Black with #C434B6

Text Example


Text Example

White with #C434B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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