Html Css Color HEX #C343B6 Fuchsia

📋 copy color: '#C343B6'

red 195 ◦ green 67 ◦ blue 182

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

Shades of Fuchsia #C343B6

Tints of Fuchsia #C343B6

RGB

 RED value IS 195 (76.56% from 255) = 43.92%

 GREEN value IS 67 (26.56% from 255) = 15.09%

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

R = 43.92%
G = 15.09%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C343B6 (or 0xC343B6) is known color: Fuchsia. HEX triplet: C3, 43 and B6. RGB value is (195,67,182). Sum of RGB (Red+Green+Blue) = 195+67+182=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C343B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343B6 is #3CBC49. Grayscale: #767676. Windows color (decimal): -3980362 or 11944899. OLE color: 11944899.

HSL color Cylindrical-coordinate representation of color #C343B6: hue angle of 306.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C343B6 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 67 182 -
CMYK 0 0.66 0.07 0.24
HSL 306.09º 0.52% 0.51% -
HSV(B) 306.09º 0.66% 0.76% -
XYZ 32.96 18.99 46.19 -
YUV 118.38 163.91 182.65 -
System Red Green Blue C M Y K H S L
Decimal 195 67 182 0 0.66 0.07 0.24 306.09 0.52 0.51
Hex C3 43 B6 0 42 7 18 132 34 33
Octal 303 103 266 0 102 7 30 462 64 63
Binary 11000011 1000011 10110110 0 1000010 111 11000 100110010 110100 110011

Color Harmonies of #C343B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343B6

Black with #C343B6

Text Example


Text Example

White with #C343B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343B6; }

 p { color: rgb(195,67,182); }

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

background-color css

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

 a { background-color: rgb(195,67,182); }

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

border-color css

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

 span { border-color: rgb(195,67,182); }

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