Html Css Color HEX #C346BD Fuchsia

📋 copy color: '#C346BD'

red 195 ◦ green 70 ◦ blue 189

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

Shades of Fuchsia #C346BD

Tints of Fuchsia #C346BD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.42%

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 42.95%
G = 15.42%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C346BD (or 0xC346BD) is known color: Fuchsia. HEX triplet: C3, 46 and BD. RGB value is (195,70,189). Sum of RGB (Red+Green+Blue) = 195+70+189=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C346BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346BD is #3CB942. Grayscale: #787878. Windows color (decimal): -3979587 or 12404419. OLE color: 12404419.

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

Color convert

RGB 195 70 189 -
CMYK 0 0.64 0.03 0.24
HSL 302.88º 0.51% 0.52% -
HSV(B) 302.88º 0.64% 0.76% -
XYZ 33.88 19.66 50.15 -
YUV 120.94 166.41 180.82 -
System Red Green Blue C M Y K H S L
Decimal 195 70 189 0 0.64 0.03 0.24 302.88 0.51 0.52
Hex C3 46 BD 0 40 3 18 12F 33 34
Octal 303 106 275 0 100 3 30 457 63 64
Binary 11000011 1000110 10111101 0 1000000 11 11000 100101111 110011 110100

Color Harmonies of #C346BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346BD

Black with #C346BD

Text Example


Text Example

White with #C346BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346BD; }

 p { color: rgb(195,70,189); }

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

background-color css

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

 a { background-color: rgb(195,70,189); }

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

border-color css

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

 span { border-color: rgb(195,70,189); }

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