Html Css Color HEX #C346C0 Fuchsia

📋 copy color: '#C346C0'

red 195 ◦ green 70 ◦ blue 192

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

Shades of Fuchsia #C346C0

Tints of Fuchsia #C346C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.01%

R = 42.67%
G = 15.32%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C346C0 (or 0xC346C0) is known color: Fuchsia. HEX triplet: C3, 46 and C0. RGB value is (195,70,192). Sum of RGB (Red+Green+Blue) = 195+70+192=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C346C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346C0 is #3CB93F. Grayscale: #787878. Windows color (decimal): -3979584 or 12601027. OLE color: 12601027.

HSL color Cylindrical-coordinate representation of color #C346C0: hue angle of 301.44º 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 #C346C0 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 70 192 -
CMYK 0 0.64 0.02 0.24
HSL 301.44º 0.51% 0.52% -
HSV(B) 301.44º 0.64% 0.76% -
XYZ 34.21 19.79 51.89 -
YUV 121.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 195 70 192 0 0.64 0.02 0.24 301.44 0.51 0.52
Hex C3 46 C0 0 40 2 18 12D 33 34
Octal 303 106 300 0 100 2 30 455 63 64
Binary 11000011 1000110 11000000 0 1000000 10 11000 100101101 110011 110100

Color Harmonies of #C346C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346C0

Black with #C346C0

Text Example


Text Example

White with #C346C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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